You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to https://github.com/WLUG/wlug.github.io/tree/src
96
-
97
-
and change: https://github.com/irsbugs/wlug.github.io
98
-
to: https://github.com/WLUG/wlug.github.io
99
-
100
-
and change: https://irsbugs.github.io
101
-
to: ttps://wlug.github.io
102
-
103
-
Add the yaml script to updates the website automatically, etc.
104
-
workflow *yaml* code in the src branch file .github/workflows
105
-
106
-
on: [push]
107
-
108
-
jobs:
109
-
nikola_build:
110
-
runs-on: ubuntu-latest
111
-
name: 'Deploy Nikola to GitHub Pages'
112
-
steps:
113
-
- name: Check out
114
-
uses: actions/checkout@v2
115
-
- name: Build and Deploy Nikola
116
-
uses: getnikola/nikola-action@v3
117
-
with:
118
-
dry_run: false
119
-
90
+
2023-08-15 - Ian - Edit links to point to wlug
120
91
-->
121
92
122
93
<h2>History and General Information</h2>
@@ -125,10 +96,10 @@ <h3>Wiki</h3>
125
96
<p>Feel free to take a walk back in time and browse the <ahref="http://wiki.wlug.org.nz/">WLUG wiki</a></p>
126
97
<h3>Creation of this WLUG Website</h3>
127
98
<p>This website has been created using the Python based <ahref="https://getnikola.com/">Nikola</a><em>Static Site Generator</em>. This is open source software and you may view the GitHub repository for the <ahref="https://github.com/getnikola/nikola">source code</a>.</p>
128
-
<p>The source files used for <em>Nikola</em> to build this website reside at the WLUG repository wlug.github.io <ahref="https://github.com/irsbugs/wlug.github.io/tree/src">src branch</a>, while the website html files reside in the <ahref="https://github.com/irsbugs/wlug.github.io">main branch</a></p>
99
+
<p>The source files used for <em>Nikola</em> to build this website reside at the WLUG repository wlug.github.io <ahref="https://github.com/wlug/wlug.github.io/tree/src">src branch</a>, while the website html files reside in the <ahref="https://github.com/wlug/wlug.github.io">main branch</a></p>
129
100
<p>Those with access to the WLUG repository wlug.github.io may have a local <ahref="https://en.wikipedia.org/wiki/Git">Git</a> folder that holds a copy of the source and main website files. These files may then be edited to enhance the website and using the <em>nokola github_deploy</em> bash command the files on GitHub are updated. </p>
130
-
<p>GitHub also provide web-hosting service and this WLUG website is accessed via <ahref="https://irsbugs.github.io">https://wlug.github.io</a>.</p>
131
-
<p>Using a <ahref="https://en.wikipedia.org/wiki/CNAME_record">CNAME record</a> the DNS is able to map <strong>wlug.org.nz</strong> to <strong>wlug.github.io</strong>. Users connecting to <strong>https://wlug.org.nz</strong> will be unaware that they are connected to a GitHub hosted website.</p>
101
+
<p>GitHub also provide web-hosting service and this WLUG website is accessed via <ahref="https://wlug.github.io">https://wlug.github.io</a>.</p>
102
+
<p>Using a <ahref="https://en.wikipedia.org/wiki/CNAME_record">CNAME record</a> the DNS is able to map <strong>www.wlug.org.nz</strong> to <strong>wlug.github.io</strong>. Users connecting to <ahref="https://www.wlug.org.nz">https://www.wlug.org.nz</a> will be unaware that they are connected to a GitHub hosted website.</p>
132
103
<p>Another feature of GitHub is that using a browser a change may be made to the website source code. For example a change of phone number. Upon committing the change, GitHub will run the Nikola updating process. After a few minutes the web-site will be updated. This is done by the <ahref="https://getnikola.com/blog/automating-nikola-rebuilds-with-github-actions.html">workflow yaml code</a> in the src branch file .github/workflows/main.yml.</p>
to https://github.com/WLUG/wlug.github.io/tree/src
18
-
19
-
and change: https://github.com/irsbugs/wlug.github.io
20
-
to: https://github.com/WLUG/wlug.github.io
21
-
22
-
and change: https://irsbugs.github.io
23
-
to: ttps://wlug.github.io
24
-
25
-
Add the yaml script to updates the website automatically, etc.
26
-
workflow *yaml* code in the src branch file .github/workflows
27
-
28
-
on: [push]
29
-
30
-
jobs:
31
-
nikola_build:
32
-
runs-on: ubuntu-latest
33
-
name: 'Deploy Nikola to GitHub Pages'
34
-
steps:
35
-
- name: Check out
36
-
uses: actions/checkout@v2
37
-
- name: Build and Deploy Nikola
38
-
uses: getnikola/nikola-action@v3
39
-
with:
40
-
dry_run: false
41
-
12
+
2023-08-15 - Ian - Edit links to point to wlug
42
13
-->
43
14
44
15
# History and General Information
@@ -54,13 +25,13 @@ Feel free to take a walk back in time and browse the [WLUG wiki](http://wiki.wlu
54
25
55
26
This website has been created using the Python based [Nikola](https://getnikola.com/)*Static Site Generator*. This is open source software and you may view the GitHub repository for the [source code](https://github.com/getnikola/nikola).
56
27
57
-
The source files used for *Nikola* to build this website reside at the WLUG repository wlug.github.io [src branch](https://github.com/irsbugs/wlug.github.io/tree/src), while the website html files reside in the [main branch](https://github.com/irsbugs/wlug.github.io)
28
+
The source files used for *Nikola* to build this website reside at the WLUG repository wlug.github.io [src branch](https://github.com/wlug/wlug.github.io/tree/src), while the website html files reside in the [main branch](https://github.com/wlug/wlug.github.io)
58
29
59
30
Those with access to the WLUG repository wlug.github.io may have a local [Git](https://en.wikipedia.org/wiki/Git) folder that holds a copy of the source and main website files. These files may then be edited to enhance the website and using the *nokola github_deploy* bash command the files on GitHub are updated.
60
31
61
-
GitHub also provide web-hosting service and this WLUG website is accessed via [https://wlug.github.io](https://irsbugs.github.io).
32
+
GitHub also provide web-hosting service and this WLUG website is accessed via [https://wlug.github.io](https://wlug.github.io).
62
33
63
-
Using a [CNAME record](https://en.wikipedia.org/wiki/CNAME_record) the DNS is able to map **wlug.org.nz** to **wlug.github.io**. Users connecting to **https://wlug.org.nz** will be unaware that they are connected to a GitHub hosted website.
34
+
Using a [CNAME record](https://en.wikipedia.org/wiki/CNAME_record) the DNS is able to map **www.wlug.org.nz** to **wlug.github.io**. Users connecting to [https://www.wlug.org.nz](https://www.wlug.org.nz) will be unaware that they are connected to a GitHub hosted website.
64
35
65
36
Another feature of GitHub is that using a browser a change may be made to the website source code. For example a change of phone number. Upon committing the change, GitHub will run the Nikola updating process. After a few minutes the web-site will be updated. This is done by the [workflow yaml code](https://getnikola.com/blog/automating-nikola-rebuilds-with-github-actions.html) in the src branch file .github/workflows/main.yml.
0 commit comments