mirror of
https://github.com/JimenezJC/mshj_blog.git
synced 2025-12-06 07:09:56 -05:00
Initial Blog Commit
This commit is contained in:
commit
07775036ce
92 changed files with 4980 additions and 0 deletions
14
hugo.toml
Normal file
14
hugo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
baseURL = '/'
|
||||
languageCode = 'en-us'
|
||||
title = 'mshj.net'
|
||||
theme = 'terminal'
|
||||
|
||||
# Enable tags and categories
|
||||
[taxonomies]
|
||||
category = "categories"
|
||||
tag = "tags"
|
||||
|
||||
# Define permalinks (important for taxonomy URLs)
|
||||
[permalinks]
|
||||
tags = "/tags/:slug/"
|
||||
categories = "/categories/:slug/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue