KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
tewarid.github.io
★ 9
Open GitHub ↗
A Mutable Log
Download README (.md)
Explore Similar Repositories
SystemLocaleDsc
:
DSC Resource for configuring Windows System Locale
ircgram
:
IRCGram is a complexly simple Telegram <-> IRC Gateway
react-trafficlight
:
Traffic light component for React
autominer-api
:
Automatically rent miners based on the current cost to mine the currency.
filebox
:
Filebox could be used to provide access permission control for files, directories
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
tewarid.github.io
?
Download (.md)
# A Mutable Log Head over to https://tewarid.github.io to view posts. Some useful tips to work with this blog * Use [VS Code](_posts\2017\2017-12-04-word-to-markdown-using-pandoc.md#markdown-editor), and its [myriad plugins](.vscode/extensions.json), to edit and preview posts * Run site locally in a Docker container at http://localhost:4000 ```bash ./run-docker.sh ``` This works well but I've run into a situation where the Docker container [uses excessive CPU time](https://github.com/docker/for-mac/issues/1759) on macOS while idling. * [Don´t use](https://github.com/jekyll/jekyll/issues/429) UTF-8 characters in file names of posts * Use `rename.sh` Bash script to rename all posts in a folder using title specified in Front Matter * Liquid makes Markdown less portable, I suggest using only the link filter ```liquid [link to another post]({% link _posts/2018/2018-03-23-status-of-popular-markup-language-standards.md %}) ``` * mermaid.js diagrams can be inserted as follows ````text ```mermaid classDiagram Primate <|-- Gorilla : is a Primate : int id Primate : brainSize() ``` ```` * LaTeX can be inserted inline `$$\LaTeX$$` or as a block ```latex $$ \LaTeX $$ ``` Preview in Code using the following setting for Markdown+Math plugin ```json "mdmath.delimiters": "kramdown", ``` * A custom slate theme is configured in [_config.yml](_config.yml) and is sourced from [https://github.com/tewarid/slate](https://github.com/tewarid/slate).