diff --git a/_config.yml b/_config.yml index f082545..3d16843 100644 --- a/_config.yml +++ b/_config.yml @@ -18,10 +18,8 @@ description: "uhh yeah funny" # This will show up in places like twitter, linked #googleplus_username: +username #rss: rss -######################################################################################### -######### Nothing below needs to be changed (unless you know what you're doing) ######### -######################################################################################### -theme: "minima" + +theme: "minima" # it might break if you change it. comments_repo: ScottN13/blog # comments/issues @@ -39,6 +37,7 @@ titles_from_headings: header_pages: - redirect.html + - archive.html defaults: - scope: diff --git a/archive.html b/archive.html new file mode 100644 index 0000000..ae93397 --- /dev/null +++ b/archive.html @@ -0,0 +1,21 @@ +--- +layout: page +title: Blog Archive +--- + +Sort by date + +{% for tag in site.tags %} +

{{- tag[0] -}}

+ +{%- endfor %} +

Personal

+ \ No newline at end of file