Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 2.43 KB

File metadata and controls

26 lines (18 loc) · 2.43 KB

academicpages-mkdocs 📖

👋 Welcome to academicpages-mkdocs! This repository has been designed for learners of the FOSS course and is based on academicpages(git repo).

Why? 🤔

academicpages is a great way to get yourself started with documentation, whether you're documenting yours or your laboratory's progress, built using Jekyll. Although a great starting point, Jekyll might require a little more knowledge of HTML and JSON, whilst MkDocs-material relies completely on the MarkDown language, making it a lot easier for beginners to start building their website, documenting their work and sharing their progress.

Note: if you want to create your website using Jekyll, you are absolutely welcome to!

Directions ℹ️

  1. Create a GitHub account and generate a token
  2. Fork this repository
  3. Navigate to Settings > Actions > General and under Workflow permissions select Read and write permissions and Allow GitHub Actions to create and approve pull requests
  4. Edit the mkdocs.yml and push your changes
  5. Navigate to Settings > Pages and make sure that Source is Deploy from a branch and Branch is gh-pages, /(root)
  6. Edit documents as necessary

Need help? ❓

Here are some guides that you may find useful: