From 703a7f8e0d63dd07b9e3511b71543e7ee21dfcf4 Mon Sep 17 00:00:00 2001 From: William Floyd Date: Mon, 18 Jun 2018 00:03:16 -0400 Subject: [PATCH] content: Bare config and content to test with. --- config.toml | 91 ++++++++++++++++++++++++++++ content/about/_index.md | 7 +++ content/archives/_index.md | 0 content/post/creating-a-new-theme.md | 11 ++++ 4 files changed, 109 insertions(+) create mode 100644 config.toml create mode 100644 content/about/_index.md create mode 100644 content/archives/_index.md create mode 100644 content/post/creating-a-new-theme.md diff --git a/config.toml b/config.toml new file mode 100644 index 0000000..9920df5 --- /dev/null +++ b/config.toml @@ -0,0 +1,91 @@ +baseurl = "http://notmy.space/blog/" +title = "William Floyd's Blog" +themesDir = "./themes/" +theme = "whiteplain" +languageCode = "en" +# Disqus shortname +#disqusShortname = "" +# google analytics tracking id +#googleAnalytics = "" +pygmentsCodefences = true +pygmentsUseClasses = true +pygmentsOptions = "linenos=table" +# Copyright notice. This is displayer in the footer. +copyright = "© Copyright 2018 William Floyd" + +[params] + # Date format + #dateFormat = "January 2, 2006" + +# This is displayer in About page. +[params.author] + name = "William Floyd" + + # Gravatar or Abatar image + #gravatar = "Gravatar email or MD5 Hash" + #avatar = "/path/to/avatar" + + #twitter = "Twitter username" + #facebook = "Facebook username" + #googleplus = "Googleplus username" + #instagram = "Instagram username" + #tumblr = "Tumblr username" + #flickr = "Flickr username" + #reddit = "Reddit username" + #linkedin = "Linkedin username" + #slideshare = "Slideshare username" + #github = "Github username" + #gitlab = "Gitlab username" + #bitbucket = "Bitbucket username" + #stackoverflow = "Stackoverflow username" + #jsfiddle = "Jsfiddle username" + #codepen = "Codepen username" + #deviantart = "Deviantart username" + #behance = "Behance username" + #dribbble = "Dribbble username" + #wordpress = "Wordpress username" + #medium = "Medium username" + #foursquare = "Foursquare username" + #xing = "Xing username" + #quora = "Quora username" + #youtube = "Youtube username" + #vimeo = "Vimeo username" + #whatsapp = "Whatsapp username" + #skype = "Skype username" + #snapchat = "Snapchat username" + #pinterest = "Pinterest username" + #telegram = "Telegram username" + #vine = "Vine username" + #email = "Your email" + +[taxonomies] + category = "categories" + tag = "tags" + series = "series" + +[[menu.main]] + name = "Categories" + weight = 1 + identifier = "categories" + url = "/categories/" +[[menu.main]] + name = "Tags" + weight = 2 + identifier = "tags" + url = "/tags/" +[[menu.main]] + name = "Archives" + weight = 3 + identifier = "archives" + url = "/archives/" +[[menu.main]] + name = "About" + weight = 4 + identifier = "about" + url = "/about/" + +[[menu.footer]] + name = "About" + weight = 1 + identifier = "about" + url = "/about/" diff --git a/content/about/_index.md b/content/about/_index.md new file mode 100644 index 0000000..f1cd2f0 --- /dev/null +++ b/content/about/_index.md @@ -0,0 +1,7 @@ ++++ +title = "About Me" +date = "2018-06-18" ++++ + +My name is William Floyd. +I might do something some day. diff --git a/content/archives/_index.md b/content/archives/_index.md new file mode 100644 index 0000000..e69de29 diff --git a/content/post/creating-a-new-theme.md b/content/post/creating-a-new-theme.md new file mode 100644 index 0000000..c21a56e --- /dev/null +++ b/content/post/creating-a-new-theme.md @@ -0,0 +1,11 @@ +--- +author: "William Floyd" +date: 2018-06-18 +linktitle: Smart Rice Cooker Conversion - Part 1 +next: /next +prev: /prev +title: Smart Rice Cooker Conversion - Part 1 +weight: 10 +--- + +Foobar filler.