From 98b422f2122f93cc3ae554d2e4335e0c65c7566a Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Fri, 30 Oct 2020 18:17:29 -0400 Subject: Added CC notice. Changed wording. Added .gitignore --- config.toml | 4 ++-- content/posts/hello-world.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index 6574f09..3584769 100644 --- a/config.toml +++ b/config.toml @@ -2,9 +2,9 @@ baseURL = "https://robbyzambito.me/" languageCode = "en-us" title = "Robby Zambito" theme = "hugo-ink" -paginate = 5 +paginate = 15 -copyright = "© Copyright notice" +copyright = "CC BY-SA 4.0" pygmentsstyle = "vs" pygmentscodefences = true diff --git a/content/posts/hello-world.md b/content/posts/hello-world.md index 7eac0a1..8c03b9c 100644 --- a/content/posts/hello-world.md +++ b/content/posts/hello-world.md @@ -5,7 +5,7 @@ draft: false tags: [introduction] --- -I am ditching my old site for this one for several reasons. My old site was built in Vue, and I thought it looked very nice. However because the entire site was built in Vue, it could not be viewed without JavaScript. I don't have issues with using JavaScript in general, but it seemed a little absured that a site as simple as mine required it to run. +I am ditching my old site for this one for several reasons. My old site was built in Vue, and I thought it looked very nice. However because the entire site was built in Vue, it could not be viewed without JavaScript. I don't have issues with using JavaScript in general, but it seemed a little absured that a site as simple as mine required it to render. Requiring JavaScript also meant that my site could not be properly archived by [The Wayback Machine](https://web.archive.org/). I enjoy looking at old versions of websites, so being able to look back on my own website in the future is important to me. -- cgit