diff --git a/content/home/posts.md b/content/home/posts.md deleted file mode 100644 index 12f2864..0000000 --- a/content/home/posts.md +++ /dev/null @@ -1,67 +0,0 @@ -+++ -# A Recent Blog Posts section created with the Pages widget. -# This section displays recent blog posts from `content/post/`. - -widget = "pages" # See https://sourcethemes.com/academic/docs/page-builder/ -headless = true # This file represents a page section. -active = true # Activate this widget? true/false -weight = 40 # Order that this section will appear. - -title = "Recent Posts" -subtitle = "" - -[content] - # Page type to display. E.g. post, talk, or publication. - page_type = "post" - - # Choose how much pages you would like to display (0 = all pages) - count = 5 - - # Choose how many pages you would like to offset by - offset = 0 - - # Page order. Descending (desc) or ascending (asc) date. - order = "desc" - - # Filter posts by a taxonomy term. - [content.filters] - tag = "" - category = "" - publication_type = "" - exclude_featured = false - -[design] - # Toggle between the various page layout types. - # 1 = List - # 2 = Compact - # 3 = Card - # 4 = Citation (publication only) - view = 3 - -[design.background] - # Apply a background color, gradient, or image. - # Uncomment (by removing `#`) an option to apply it. - # Choose a light or dark text color by setting `text_color_light`. - # Any HTML color name or Hex value is valid. - - # Background color. - # color = "navy" - - # Background gradient. - # gradient_start = "DeepSkyBlue" - # gradient_end = "SkyBlue" - - # Background image. - # image = "background.jpg" # Name of image in `static/img/`. - # image_darken = 0.6 # Darken the image? Range 0-1 where 0 is transparent and 1 is opaque. - - # Text color (true=light or false=dark). - # text_color_light = true - -[advanced] - # Custom CSS. - css_style = "" - - # CSS class. - css_class = "" -+++ diff --git a/content/post/_index.md b/content/post/_index.md index 5ba086f..1ae852d 100644 --- a/content/post/_index.md +++ b/content/post/_index.md @@ -12,3 +12,4 @@ header: caption: "" image: "" --- +Bunch of random posts (or just basic notes for my own reference) \ No newline at end of file diff --git a/go.mod b/go.mod index bcd1f62..acef714 100644 --- a/go.mod +++ b/go.mod @@ -2,4 +2,4 @@ module code.jcktrue.dk/jct/jcktrue.dk go 1.15 -require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c8948f0d // indirect +require github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 // indirect diff --git a/go.sum b/go.sum index e9046b4..0571716 100644 --- a/go.sum +++ b/go.sum @@ -4,3 +4,5 @@ github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200903212926-73d157e github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200903212926-73d157ece01d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c8948f0d h1:jIhymT8uNJXTVc9/BYtWwNEcYLr4iZyzhDyX1hCmPHQ= github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20200920214445-6789c8948f0d/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006 h1:0TttxcFCinLEfPQxtpCRcCnf34vQm/S247UQ9lrzh38= +github.com/wowchemy/wowchemy-hugo-modules/wowchemy v0.0.0-20201016182837-be0fa17ac006/go.mod h1:H22qfH9qj3FWwsk7+bAZpmT24yRGNQURah2/IRwjbn8=