We encourage you to add information, whether it be new pages or editing existing guides. However, you must abide by the correct formatting. Review this guide to understand how: https://chirpy.cotes.page/posts/write-a-new-post/
copied from: https://chirpy.cotes.page/posts/write-a-new-post/
- Create a new file named YYYY-MM-DD-TITLE.EXTENSION and put it in the _posts of the root directory.
- Add the following information to the top:
---
title: TITLE
date: 2022-07-20 00:00:00 +0000 # YYYY=DD-MM HH:MM:SS +OFFSET
categories: [CATEGORY, SUBCATEGORY]
tags: [TAG_1, TAG_2]
description: DESCRIPTION
author: "AUTHOR_1|NEXUS_LINK_1,AUTHOR_2|NEXUS_LINK_2"
---
- Write your guide using markdown formatting.
- Download and install
Ruby+Devkit 3.1.6-1 (x64)
- In a new command prompt, run
gem install jekyll bundler
cd
to this git directory- Run
bundle install
- If you have an error installing
wdm
run the below thenbundle install
again:
gem install wdm -- --with-cflags=-Wno-implicit-function-declaration
- To start the server run
bundle exec jekyll s