NDLUG / NDLUG.github.io

NDLUG blog

Home Page:https://ndlug.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NDLUG.github.io

Source for ndlug.org, made with <3.

No tracking, bloat, or javascript.

For suggestions and fixes, create an issue or email ndlug@nd.edu.

Requirements

Building

To build the website, simply run make. This will generate the website (including RSS feed) and put it in the docs folder.

Testing

If you wish to view a local copy of the website, you can use Python's builtin http.server module:

python3 -m http.server --directory docs 

You should then view the website in your web browser at the specified host and port.

Blog Posts

To create a new blog post, add a new markdown file in the content folder with the following file name format:

content/YYYY-MM-DD-post-title.md

At the top of each post is the following meta-data:

---
title: Post Title
date: YYYY-MM-DD
author: Full Name
---

Below this are the contents of the blog post written in markdown or HTML.

Assets

New assets such as images go in the docs/assets/img folder. When possible, adhere to the YYYY-MM-DD-image-description.jpg format.

About

NDLUG blog

https://ndlug.org


Languages

Language:HTML 80.7%Language:Shell 14.6%Language:Makefile 4.7%