Compare commits

..

No commits in common. "32d26d98de6451af9c161c2034b1271bbf26e19d" and "dc055f70c899a4ce88aea6935542e33ebdcca348" have entirely different histories.

2 changed files with 11 additions and 12 deletions

View File

@ -1,6 +1,6 @@
# Cebik W4RNL (SK) Website and Document Collection
This is the version hosted at [antenna2.github.io/cebik](https://antenna2.github.io/cebik/)
This is the version hosted at [www.antenna2.net/cebik](https://www.antenna2.net/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).
@ -62,6 +62,10 @@ The file structure was tidied, images relocated from content/ root, PVC page and
- Add linked navigation footer and index pages based on directory structure.
- Improve viewing on mobile devices.
## Visitor Statistics
[https://github.com/lonney9/Go-Access](https://github.com/lonney9/Go-Access).
## Serve over Local Network
With Python installed run the following from with-in the top level, and it will serve it over http.
@ -73,16 +77,14 @@ cd cebik
python3 -m http.server 8000
```
## Nested Repos [antenna2.github.io](https://github.com/antenna2/antenna2.github.io) repo and cebik
## Nested Repos www-live and cebik
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.
To replicate the same setup I use, clone web root first, then cd into it and clone/move cebik repo.
To replicate the same setup I use, clone www-live first, then cd into www-live and clone cebik.
This is only useful to test the entire site locally if needed.
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.
.gitignore in www-live handles ignoring the nested cebik repo.

View File

@ -38,10 +38,7 @@
</ul>
<ul>
<li>
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>
September 2025: Moved the site from antenna2.net domain to GitHub Pages. Removes the dependence on a domain and hosting account, and simplifies making updates. The antenna2.net domain will remain active with a redirect in place, it is recommended to update any bookmarks and references with the new URL.
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.
</li>
</ul>
<br>
@ -86,8 +83,8 @@
<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>
<h3>&nbsp;</h3>
<p><a href="../">Index of sites</a> on antenna2.github.io.</p>
<p>&COPY; 2025 <a href="../disclaimer.html">Disclaimer</a>.</p>
<p><a href="/">Index of sites</a> (on www.antenna2.net), and <a href="../reports/report30.html">visitor statistics</a>.</p>
<p>&COPY; 2024 <a href="../disclaimer.html">Disclaimer</a>.</p>
</div>
</body>
</html>