Skip to content

Commit

Permalink
stub out blog
Browse files Browse the repository at this point in the history
  • Loading branch information
pdurbin committed Dec 8, 2024
1 parent d338ffa commit 62fc573
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
7 changes: 7 additions & 0 deletions content/posts/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
+++
title = "Blog"
date = 2020-08-26T06:05:24-04:00
draft = false
url = "/blog"
+++
<!-- See https://discourse.gohugo.io/t/how-to-create-url-for-blog-instead-of-posts/27836/11 -->
6 changes: 6 additions & 0 deletions content/posts/hello.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
+++
date = '2024-12-07T21:52:48-05:00'
title = 'Hello'
+++

Hello world!
10 changes: 8 additions & 2 deletions hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,18 @@ menu:
name: Community
url: /community/
weight: 20
- identifier: blog
name: Blog
url: /blog/
weight: 30
- identifier: download
name: Download
url: /#installing-the-software
weight: 30
weight: 40
- identifier: github
name: GitHub
url: https://github.com/IQSS/dataverse
weight: 40
weight: 50
markup:
goldmark:
renderer:
Expand All @@ -29,3 +33,5 @@ params:
label:
icon: dataverse_project_logo.svg
text: " "
permalinks:
posts: blog/:title

0 comments on commit 62fc573

Please sign in to comment.