https://github.com/widefix/budgetingkid-blog
https://github.com/widefix/budgetingkid-blog
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/widefix/budgetingkid-blog
- Owner: widefix
- License: mit
- Created: 2023-11-03T10:19:39.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-08T14:59:33.000Z (over 2 years ago)
- Last Synced: 2025-04-09T05:44:15.308Z (about 1 year ago)
- Language: HTML
- Size: 6.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BudgetingKid Blog
### Main Configuration
You don't need to change anything in the main configuration (`_config.yml`), just you need to change the `baseURL` when you host this template.
You will find every parameter in `_data/parameters.yml`` this file.
#### Navigation Menu
You can set the main menu and footer menu also from `_data/parameters.yml`, just follow the existing loop for creating a new menu item. This theme also supports the dropdown menu.
### Creating New Post
For creating a new blog post, you need to go to the `_posts` folder and create a new file. Make sure you are creating this file name with the existing post name structure which is `year-month-date-post-name.md`. (i.e `2020-02-06-my-awesome-blog.md`). Then follow the existing post front-matter to configure it. Or you can simply copy an existing post and replace its content.
### Creating a New Author
This is the same process for the blog post. Copy an existing author file, and replace your content and file name.
### Customize Other Pages
Another page customization (like about, contact) is very easy. You can see the other page in the `_pages/` folder. Find the page that you want to customize, and change the content from it. If this page has any loop item, then follow the existing loop to create a new one.