git clone --recurse-submodules [email protected]:merkle-open/drupal-blog.git
cd drupal-blog
hugo server
- Create a folder for your new post under /content/post/[YEAR]/[MONTH]/[NAME-OF-YOUR-POST]
- Create an
index.md
file and add your content using markdown (Basic markdown writing and formatting syntax) - If you need images, create an
images
folder to add them there - When you are done, commit your files
- GitHub Action will automatically build the page and deploy it.
Note: if you don't have the permission to push to this repository, create a Pull Request and assign a maintainer of the merkle-open Drupal team.