mirror of https://github.com/antenna2/cebik.git
Moved site to Github pages
This commit is contained in:
parent
dc055f70c8
commit
26a02a2755
14
README.md
14
README.md
|
|
@ -1,6 +1,6 @@
|
||||||
# Cebik W4RNL (SK) Website and Document Collection
|
# Cebik W4RNL (SK) Website and Document Collection
|
||||||
|
|
||||||
This is the version hosted at [www.antenna2.net/cebik](https://www.antenna2.net/cebik/)
|
This is the version hosted at [antenna2.github.io/cebik](https://antenna2.github.io/cebik/)
|
||||||
|
|
||||||
The version of Cebik's site hosted here is derived from what Marcel had hosted at on5au.be while online. A copy can be viewed in the internet archive at [https://web.archive.org/web/20240526234616/http://on5au.be/Cebik%20documents.html](https://web.archive.org/web/20240526234616/http://on5au.be/Cebik%20documents.html).
|
The version of Cebik's site hosted here is derived from what Marcel had hosted at on5au.be while online. A copy can be viewed in the internet archive at [https://web.archive.org/web/20240526234616/http://on5au.be/Cebik%20documents.html](https://web.archive.org/web/20240526234616/http://on5au.be/Cebik%20documents.html).
|
||||||
|
|
||||||
|
|
@ -62,10 +62,6 @@ The file structure was tidied, images relocated from content/ root, PVC page and
|
||||||
- Add linked navigation footer and index pages based on directory structure.
|
- Add linked navigation footer and index pages based on directory structure.
|
||||||
- Improve viewing on mobile devices.
|
- Improve viewing on mobile devices.
|
||||||
|
|
||||||
## Visitor Statistics
|
|
||||||
|
|
||||||
[https://github.com/lonney9/Go-Access](https://github.com/lonney9/Go-Access).
|
|
||||||
|
|
||||||
## Serve over Local Network
|
## Serve over Local Network
|
||||||
|
|
||||||
With Python installed run the following from with-in the top level, and it will serve it over http.
|
With Python installed run the following from with-in the top level, and it will serve it over http.
|
||||||
|
|
@ -77,14 +73,16 @@ cd cebik
|
||||||
python3 -m http.server 8000
|
python3 -m http.server 8000
|
||||||
```
|
```
|
||||||
|
|
||||||
## Nested Repos www-live and cebik
|
## Nested Repos [antenna2.github.io](https://github.com/antenna2/antenna2.github.io) repo and cebik
|
||||||
|
|
||||||
I decided to use nested repos at this time with .gitignore configured to ignore the nested or sub repo(s) with-in.
|
I decided to use nested repos at this time with .gitignore configured to ignore the nested or sub repo(s) with-in.
|
||||||
|
|
||||||
This seemed to be the simplest way to do it with out more complex git commands I found in other examples.
|
This seemed to be the simplest way to do it with out more complex git commands I found in other examples.
|
||||||
|
|
||||||
To replicate the same setup I use, clone www-live first, then cd into www-live and clone cebik.
|
To replicate the same setup I use, clone web root first, then cd into it and clone/move cebik repo.
|
||||||
|
|
||||||
This is only useful to test the entire site locally if needed.
|
This is only useful to test the entire site locally if needed.
|
||||||
|
|
||||||
.gitignore in www-live handles ignoring the nested cebik repo.
|
It also holds the favicon and apple-touch icons, robots.txt, sitemap.xml, and the script to generate the sitemap.
|
||||||
|
|
||||||
|
.gitignore handles ignoring the nested cebik repo.
|
||||||
|
|
|
||||||
|
|
@ -38,7 +38,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
A copy of the site is hosted in GitHub at <a href="https://github.com/antenna2" target="_blank">github.com/antenna2</a>, the repo can be cloned, forked, or downloaded in ZIP archive under the green Code button.
|
The site is hosted in a GitHub repository at <a href="https://github.com/antenna2" target="_blank">github.com/antenna2</a>, it can be cloned, forked, or downloaded in ZIP archive under the green Code button.
|
||||||
</li>
|
</li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<br>
|
||||||
|
|
@ -83,7 +83,7 @@
|
||||||
<h3>Contact Info</h3>
|
<h3>Contact Info</h3>
|
||||||
<p>Feedback or suggestions are welcome, please contact Lonney K1LH at <a href="mailto:lonney@gmail.com">lonney@gmail.com</a>.</p>
|
<p>Feedback or suggestions are welcome, please contact Lonney K1LH at <a href="mailto:lonney@gmail.com">lonney@gmail.com</a>.</p>
|
||||||
<h3> </h3>
|
<h3> </h3>
|
||||||
<p><a href="/">Index of sites</a> (on www.antenna2.net), and <a href="../reports/report30.html">visitor statistics</a>.</p>
|
<p><a href="/">Index of sites</a> (on www.antenna2.net).</p>
|
||||||
<p>© 2024 <a href="../disclaimer.html">Disclaimer</a>.</p>
|
<p>© 2024 <a href="../disclaimer.html">Disclaimer</a>.</p>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue