Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nightmachinery/dblog

My Docusaurus blog.
https://github.com/nightmachinery/dblog

artificial-intelligence blog deep-learning machine-learning technical-blog technical-writing

Last synced: 2 days ago
JSON representation

My Docusaurus blog.

Awesome Lists containing this project

README

        

#+TITLE: Feraidoon's Blog

* Website
This website is built using [[https://docusaurus.io/][Docusaurus 2]], a modern static website generator.

*** Installation
#+begin_example zsh
yarn
#+end_example

*** Local Development
#+begin_example zsh
yarn start
#+end_example

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

*** Build
#+begin_example zsh
yarn build
#+end_example

This command generates static content into the =build= directory and can be served using any static contents hosting service.

*** Deployment
Using SSH:

#+begin_example zsh
USE_SSH=true yarn deploy
#+end_example

Not using SSH:

#+begin_example zsh
GIT_USER= yarn deploy
#+end_example

If you are using GitHub pages for hosting, this command is a convenient way to build the website and push to the =gh-pages= branch.

* Feeds
** [[https://nightmachinery.github.io/dblog/blog/feed.json]]
** [[https://nightmachinery.github.io/dblog/blog/rss.xml]]
** [[https://nightmachinery.github.io/dblog/blog/atom.xml]]

* The main page is at [[./src/pages/index.js]]