lint readme, add open source section
All checks were successful
Minify HTML and CSS / minify (push) Successful in 8s
All checks were successful
Minify HTML and CSS / minify (push) Successful in 8s
This commit is contained in:
parent
3a93b7c3fa
commit
56186f2f49
16
README.md
16
README.md
@ -1,15 +1,18 @@
|
|||||||
# pontus
|
# pontus
|
||||||
[](#)
|
|
||||||
|
[](https://git.pontusmail.org/aidan/pontus)
|
||||||
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
[](http://creativecommons.org/publicdomain/zero/1.0/)
|
||||||
|
|
||||||
<a href="https://512kb.club"><img src="https://512kb.club/assets/images/orange-team.svg" alt="a proud member of the orange team of 512KB club" /></a>
|
[](https://512kb.club)
|
||||||
|
|
||||||
A website for my online self
|
A website for my online self
|
||||||
|
|
||||||
# How to self-host
|
## How to self-host
|
||||||
|
|
||||||
There are two self-hosted options, depending on your situation. For my purposes, I opt to use the script, so I can keep code up-to-date with my repo. However, you may prefer to host the static code, and not use the script.
|
There are two self-hosted options, depending on your situation. For my purposes, I opt to use the script, so I can keep code up-to-date with my repo. However, you may prefer to host the static code, and not use the script.
|
||||||
|
|
||||||
1. **Use self script**
|
1. **Use self script**
|
||||||
|
|
||||||
The `self` script can help you establish a public/ folder, where code can be served to. At this time, it doesn't do anything but move the files over as of now. This script is only supported on Linux hosts.
|
The `self` script can help you establish a public/ folder, where code can be served to. At this time, it doesn't do anything but move the files over as of now. This script is only supported on Linux hosts.
|
||||||
|
|
||||||
To use the self script, you must do the following:
|
To use the self script, you must do the following:
|
||||||
@ -32,9 +35,10 @@ The `self` script can help you establish a public/ folder, where code can be ser
|
|||||||
|
|
||||||
You may also opt to copy the src/ folder to another location, such as /var/www/html, so it can be served static with a web server such as Apache2 or NGINX.
|
You may also opt to copy the src/ folder to another location, such as /var/www/html, so it can be served static with a web server such as Apache2 or NGINX.
|
||||||
|
|
||||||
# Serve custom files
|
## Serve custom files
|
||||||
|
|
||||||
If you would like to host your own files, simply place them in `./src/archives`, and they will be served at the same location mine are. Keep in mind, you may not use the same directory structure, and will have to update the menu links.
|
If you would like to host your own files, simply place them in `./src/archives`, and they will be served at the same location mine are. Keep in mind, you may not use the same directory structure, and will have to update the menu links.
|
||||||
|
|
||||||
# To-Do
|
## To-Do
|
||||||
- [ ] Implement minification
|
|
||||||
|
- [X] Implement minification
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
<link rel="stylesheet" href="css/main.min.css">
|
<link rel="stylesheet" href="css/main.min.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<!-- YOU CARE ABOUT MY CODE?! -->
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="sidebar">
|
<div class="sidebar">
|
||||||
<div class="sb-itm">
|
<div class="sb-itm">
|
||||||
@ -72,7 +71,6 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div id="why-section">
|
<div id="why-section">
|
||||||
<!-- the real question is why this vs code theme makes it so hard to read text -->
|
|
||||||
<h2>why</h2>
|
<h2>why</h2>
|
||||||
<p>i archive and store as much data as i possibly can, and make as much use of that space as possible. but why?</p>
|
<p>i archive and store as much data as i possibly can, and make as much use of that space as possible. but why?</p>
|
||||||
<p>while many people will scroll through apps such as tiktok, and laugh at passing trends which fade into obscurity, i save each one which i believe may have cultrual significance.</p>
|
<p>while many people will scroll through apps such as tiktok, and laugh at passing trends which fade into obscurity, i save each one which i believe may have cultrual significance.</p>
|
||||||
@ -96,6 +94,11 @@
|
|||||||
<p>this website is part of <a href="https://512kb.club/">512kb.club</a>, a collection of websites that are under 512 kilobytes in size.</p>
|
<p>this website is part of <a href="https://512kb.club/">512kb.club</a>, a collection of websites that are under 512 kilobytes in size.</p>
|
||||||
<p>for you, this means the pages you access will load fast and not consume as much energy to be served to you!</p>
|
<p>for you, this means the pages you access will load fast and not consume as much energy to be served to you!</p>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="oss-section">
|
||||||
|
<h2>open source</h2>
|
||||||
|
<p>did you know the code of this website is 100% open source? it's hosted on <a href="https://git.pontusmail.org">librecloud git</a> over <a href="https://git.pontusmail.org/aidan/pontus">here</a></p>
|
||||||
|
<p>i hope you consider making contributions to my website!</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user