mirror of
https://github.com/ClayGarth/claygarth.github.io.git
synced 2025-07-26 00:28:44 -04:00
Delete README.MD
This commit is contained in:
parent
ca2d6a3f3c
commit
728fb9c60f
1 changed files with 0 additions and 52 deletions
52
README.MD
52
README.MD
|
@ -1,52 +0,0 @@
|
|||
# MNMLSM
|
||||
|
||||
MNMLSM is a simple theme inspired by the command line. It has a darkmode and no javascript. In other words: it is future proof.
|
||||
|
||||
Preview Light | Preview Dark
|
||||
:-------------------------:|:-------------------------:
|
||||
 | 
|
||||
|
||||
The theme was created by [Ungeschneuer](https://github.com/ungeschneuer). A preview can be found [here](https://michaelbarney.github.io/LinkFree/Templates/mnmlsm/).
|
||||
|
||||
## Getting Started
|
||||
|
||||
You should probably change the following things:
|
||||
- lang attribute for the html tag
|
||||
- title in head tag
|
||||
- favicon in asset folder
|
||||
- userPhoto in asset folder
|
||||
- userName
|
||||
- links (duh!)
|
||||
- footer content
|
||||
|
||||
## Add a new link
|
||||
|
||||
To add a new link, just duplicate an existing line between the links div or add a new one like this
|
||||
|
||||
```
|
||||
<a class="link" href="#" target="_blank">#</a>
|
||||
```
|
||||
|
||||
|
||||
## Add Emojis
|
||||
|
||||
If you want to add emojis to your links, you can Copy/Paste them via [GetEmoji](https://getemoji.com/). For current Mac and Windows versions, there is also a system shortcut.
|
||||
|
||||
Mac:
|
||||
```
|
||||
Ctrl + Cmd + Space
|
||||
```
|
||||
|
||||
Windows
|
||||
```
|
||||
Windows + ; (semi-colon)
|
||||
```
|
||||
or
|
||||
```
|
||||
Windows + . (period)
|
||||
```
|
||||
|
||||
|
||||
## Sources
|
||||
|
||||
The Avatar in the preview is by [unDraw](https://undraw.co/).
|
Loading…
Add table
Reference in a new issue