All Projects → Mara-Li → mkdocs_obsidian_template

Mara-Li / mkdocs_obsidian_template

Licence: AGPL-3.0 License
The template for mkdocs-obsidian

Programming Languages

HTML
75241 projects

Projects that are alternatives of or similar to mkdocs obsidian template

obsidian-publish-mkdocs
A Template to Publish Obsidian/Foam Notes on Github Pages (uses MkDocs)
Stars: ✭ 219 (+742.31%)
Mutual labels:  mkdocs, obsidian-md
wikiradio
A radio for Wikimedia Commons audio files
Stars: ✭ 14 (-46.15%)
Mutual labels:  free
ci-publish
Poor man's semantic release utility. Let the CI do the `npm publish` step after the build passes
Stars: ✭ 30 (+15.38%)
Mutual labels:  publish
obsidian-advanced-appearance
Change Obsidian colors, fonts and other cosmetic settings
Stars: ✭ 35 (+34.62%)
Mutual labels:  obsidian-md
bootiful
Open-source, bare, modern Bootstrap v5 theme
Stars: ✭ 47 (+80.77%)
Mutual labels:  free
laravel-sb-admin-2
⚡ Laravel 5.8 - 6 - 7 - 8 + SB Admin 2
Stars: ✭ 145 (+457.69%)
Mutual labels:  free
Documentation
Kodular Documentation
Stars: ✭ 41 (+57.69%)
Mutual labels:  mkdocs
documentDownloader
download document from book118 for free
Stars: ✭ 72 (+176.92%)
Mutual labels:  free
hope-ui-design-system
Hope UI - Open Source Bootstrap 5 Design System
Stars: ✭ 37 (+42.31%)
Mutual labels:  free
kotlin-rev-solution
Kotlin reference site in Japanese.
Stars: ✭ 46 (+76.92%)
Mutual labels:  mkdocs
Github-Release-Action
Publish Github releases in an action
Stars: ✭ 100 (+284.62%)
Mutual labels:  publish
ESP For PubgMobile
🛩Pubg Mobile Hack using Extra Sensory Perception(ESP)🐱‍💻
Stars: ✭ 82 (+215.38%)
Mutual labels:  free
mkdocs build plantuml
MkDocs plugin to help generate your plantuml images locally or remotely as files (NOT inline)
Stars: ✭ 31 (+19.23%)
Mutual labels:  mkdocs
Programming-Basics-Book-CSharp-EN
Textbook for the "Programming Basics" course @ SoftUni (C#, English)
Stars: ✭ 45 (+73.08%)
Mutual labels:  free
MovieRatings
Android app to show movie ratings when browsing Netflix, Amazon Prime Video and other supported video streaming apps on the phone
Stars: ✭ 71 (+173.08%)
Mutual labels:  free
ngx-deploy-docker
Deploy your Angular Application to a Docker registry directly from the Angular CLI! 🚀
Stars: ✭ 14 (-46.15%)
Mutual labels:  publish
me
A next-gen JAMSTACK for developers that leverage the use of JSON Resume Schema in creating a web based vitae and portfolio. Stop worrying with a complex setup and deployment process. Docs: https://me-docs.now.sh/
Stars: ✭ 48 (+84.62%)
Mutual labels:  free
apple-news
A Node.js client for interacting with the Apple News API 📰
Stars: ✭ 34 (+30.77%)
Mutual labels:  publish
doxybook2
Doxygen XML to Markdown (or JSON)
Stars: ✭ 140 (+438.46%)
Mutual labels:  mkdocs
opendev
OpenDev is a non-profit project that tries to collect as many resources (assets) of free use for the development of video games and applications.
Stars: ✭ 34 (+30.77%)
Mutual labels:  free

In your new publish_blog folder, you will spot a mkdocs.yml. This file allows you to customize your blog! The most important to edit :

  1. site_name
  2. site_description
  3. site_url (critical) : By default, it's https://github_username.io/repo_name1

To edit the logo and the favicon, first put the chosen file in assets/logo, and change logo and favicon :

  1. logo: assets/logo/logo_name.png
  2. favicon: assets/logo/favicon.png

You can customize :

  • Font
  • Color scheme, palette, icons
  • Language

Check the documentation to get more information

You don't need to touch anything in features ; markdown_extensions…

Local testing (optional)

To run locally the blog, you need to install the requirements and run mkdocs serve.

cd publish_blog
pip install -r requirements.txt
mkdocs serve

The blog will be published through GitHub Page using the gh-page branch. In case your blog is not published through mkdocs :

  • Check the gh-pages branch and activate it if necessary in SettingsPages : image
  • Check if workflow run normally :
    • Check the run and error in Actions
    • Check if the actions have the good write and read access in settings → Actions → General → workflow permission image

Footnotes

  1. You can found the link in Repository settings > Pages.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].