Skip to content

Commit 5dd0982

Browse files
author
committed
Nikola auto commit.
Source commit: 5c19b57 Nikola version: 8.2.4
1 parent 416a267 commit 5dd0982

File tree

5 files changed

+56
-114
lines changed

5 files changed

+56
-114
lines changed

charter/charter/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
2
6969
">
7070
<meta property="og:type" content="article">
71-
<meta property="article:published_time" content="2023-08-15T10:49:48+12:00">
71+
<meta property="article:published_time" content="2023-08-15T12:25:40+12:00">
7272
</head>
7373
<body>
7474
<a href="#content" class="sr-only sr-only-focusable">Skip to main content</a>

history/index.html

+4-33
Original file line numberDiff line numberDiff line change
@@ -87,36 +87,7 @@
8787
<article class="post-text storypage" itemscope="itemscope" itemtype="http://schema.org/Article"><header></header><div class="e-content entry-content" itemprop="articleBody text">
8888
<!---
8989
Draft completed: 2022-08-28 Ian Stewart
90-
91-
TODO: More Historical info???
92-
93-
TODO> When moved to WLUG repo
94-
Future: Change https://github.com/irsbugs/wlug.github.io/tree/src
95-
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
12091
-->
12192

12293
<h2>History and General Information</h2>
@@ -125,10 +96,10 @@ <h3>Wiki</h3>
12596
<p>Feel free to take a walk back in time and browse the <a href="http://wiki.wlug.org.nz/">WLUG wiki</a></p>
12697
<h3>Creation of this WLUG Website</h3>
12798
<p>This website has been created using the Python based <a href="https://getnikola.com/">Nikola</a> <em>Static Site Generator</em>. This is open source software and you may view the GitHub repository for the <a href="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 <a href="https://github.com/irsbugs/wlug.github.io/tree/src">src branch</a>, while the website html files reside in the <a href="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 <a href="https://github.com/wlug/wlug.github.io/tree/src">src branch</a>, while the website html files reside in the <a href="https://github.com/wlug/wlug.github.io">main branch</a></p>
129100
<p>Those with access to the WLUG repository wlug.github.io may have a local <a href="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 <a href="https://irsbugs.github.io">https://wlug.github.io</a>.</p>
131-
<p>Using a <a href="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 <a href="https://wlug.github.io">https://wlug.github.io</a>.</p>
102+
<p>Using a <a href="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 <a href="https://www.wlug.org.nz">https://www.wlug.org.nz</a> will be unaware that they are connected to a GitHub hosted website.</p>
132103
<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 <a href="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>
133104
</div>
134105

history/index.md

+4-33
Original file line numberDiff line numberDiff line change
@@ -9,36 +9,7 @@ type: text
99
hidetitle: true
1010
<!---
1111
Draft completed: 2022-08-28 Ian Stewart
12-
13-
TODO: More Historical info???
14-
15-
TODO> When moved to WLUG repo
16-
Future: Change https://github.com/irsbugs/wlug.github.io/tree/src
17-
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
4213
-->
4314

4415
# 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
5425

5526
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).
5627

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)
5829

5930
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.
6031

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).
6233

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.
6435

6536
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.
6637

sitemap.xml

+44-44
Original file line numberDiff line numberDiff line change
@@ -7,178 +7,178 @@
77
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
88
<url>
99
<loc>https://irsbugs/github.io/</loc>
10-
<lastmod>2023-08-14T22:50:00Z</lastmod>
10+
<lastmod>2023-08-15T00:26:00Z</lastmod>
1111
</url>
1212
<url>
1313
<loc>https://irsbugs/github.io/agm/2002-agm/</loc>
14-
<lastmod>2023-08-14T22:49:00Z</lastmod>
14+
<lastmod>2023-08-15T00:25:00Z</lastmod>
1515
</url>
1616
<url>
1717
<loc>https://irsbugs/github.io/agm/2003-agm/</loc>
18-
<lastmod>2023-08-14T22:49:00Z</lastmod>
18+
<lastmod>2023-08-15T00:25:00Z</lastmod>
1919
</url>
2020
<url>
2121
<loc>https://irsbugs/github.io/agm/2004-agm/</loc>
22-
<lastmod>2023-08-14T22:49:00Z</lastmod>
22+
<lastmod>2023-08-15T00:25:00Z</lastmod>
2323
</url>
2424
<url>
2525
<loc>https://irsbugs/github.io/agm/2005-agm/</loc>
26-
<lastmod>2023-08-14T22:49:00Z</lastmod>
26+
<lastmod>2023-08-15T00:25:00Z</lastmod>
2727
</url>
2828
<url>
2929
<loc>https://irsbugs/github.io/agm/2006-agm/</loc>
30-
<lastmod>2023-08-14T22:49:00Z</lastmod>
30+
<lastmod>2023-08-15T00:25:00Z</lastmod>
3131
</url>
3232
<url>
3333
<loc>https://irsbugs/github.io/agm/2007-agm/</loc>
34-
<lastmod>2023-08-14T22:49:00Z</lastmod>
34+
<lastmod>2023-08-15T00:25:00Z</lastmod>
3535
</url>
3636
<url>
3737
<loc>https://irsbugs/github.io/agm/2008-agm/</loc>
38-
<lastmod>2023-08-14T22:49:00Z</lastmod>
38+
<lastmod>2023-08-15T00:25:00Z</lastmod>
3939
</url>
4040
<url>
4141
<loc>https://irsbugs/github.io/agm/2009-agm/</loc>
42-
<lastmod>2023-08-14T22:49:00Z</lastmod>
42+
<lastmod>2023-08-15T00:25:00Z</lastmod>
4343
</url>
4444
<url>
4545
<loc>https://irsbugs/github.io/agm/2010-agm/</loc>
46-
<lastmod>2023-08-14T22:49:00Z</lastmod>
46+
<lastmod>2023-08-15T00:25:00Z</lastmod>
4747
</url>
4848
<url>
4949
<loc>https://irsbugs/github.io/agm/2011-agm/</loc>
50-
<lastmod>2023-08-14T22:49:00Z</lastmod>
50+
<lastmod>2023-08-15T00:25:00Z</lastmod>
5151
</url>
5252
<url>
5353
<loc>https://irsbugs/github.io/agm/2012-agm-1st/</loc>
54-
<lastmod>2023-08-14T22:49:00Z</lastmod>
54+
<lastmod>2023-08-15T00:25:00Z</lastmod>
5555
</url>
5656
<url>
5757
<loc>https://irsbugs/github.io/agm/2012-agm-2nd/</loc>
58-
<lastmod>2023-08-14T22:49:00Z</lastmod>
58+
<lastmod>2023-08-15T00:25:00Z</lastmod>
5959
</url>
6060
<url>
6161
<loc>https://irsbugs/github.io/agm/2013-agm/</loc>
62-
<lastmod>2023-08-14T22:49:00Z</lastmod>
62+
<lastmod>2023-08-15T00:25:00Z</lastmod>
6363
</url>
6464
<url>
6565
<loc>https://irsbugs/github.io/agm/2014-agm/</loc>
66-
<lastmod>2023-08-14T22:49:00Z</lastmod>
66+
<lastmod>2023-08-15T00:25:00Z</lastmod>
6767
</url>
6868
<url>
6969
<loc>https://irsbugs/github.io/agm/2015-agm/</loc>
70-
<lastmod>2023-08-14T22:49:00Z</lastmod>
70+
<lastmod>2023-08-15T00:25:00Z</lastmod>
7171
</url>
7272
<url>
7373
<loc>https://irsbugs/github.io/agm/2016-agm/</loc>
74-
<lastmod>2023-08-14T22:49:00Z</lastmod>
74+
<lastmod>2023-08-15T00:25:00Z</lastmod>
7575
</url>
7676
<url>
7777
<loc>https://irsbugs/github.io/agm/2017-agm/</loc>
78-
<lastmod>2023-08-14T22:49:00Z</lastmod>
78+
<lastmod>2023-08-15T00:25:00Z</lastmod>
7979
</url>
8080
<url>
8181
<loc>https://irsbugs/github.io/agm/2017-sgm-jan/</loc>
82-
<lastmod>2023-08-14T22:49:00Z</lastmod>
82+
<lastmod>2023-08-15T00:25:00Z</lastmod>
8383
</url>
8484
<url>
8585
<loc>https://irsbugs/github.io/agm/2018-agm/</loc>
86-
<lastmod>2023-08-14T22:49:00Z</lastmod>
86+
<lastmod>2023-08-15T00:25:00Z</lastmod>
8787
</url>
8888
<url>
8989
<loc>https://irsbugs/github.io/agm/2019-agm/</loc>
90-
<lastmod>2023-08-14T22:49:00Z</lastmod>
90+
<lastmod>2023-08-15T00:25:00Z</lastmod>
9191
</url>
9292
<url>
9393
<loc>https://irsbugs/github.io/agm/2019-sgm-feb/</loc>
94-
<lastmod>2023-08-14T22:49:00Z</lastmod>
94+
<lastmod>2023-08-15T00:25:00Z</lastmod>
9595
</url>
9696
<url>
9797
<loc>https://irsbugs/github.io/agm/2019-sgm-mar/</loc>
98-
<lastmod>2023-08-14T22:49:00Z</lastmod>
98+
<lastmod>2023-08-15T00:25:00Z</lastmod>
9999
</url>
100100
<url>
101101
<loc>https://irsbugs/github.io/agm/2020-agm/</loc>
102-
<lastmod>2023-08-14T22:49:00Z</lastmod>
102+
<lastmod>2023-08-15T00:25:00Z</lastmod>
103103
</url>
104104
<url>
105105
<loc>https://irsbugs/github.io/agm/2021-agm/</loc>
106-
<lastmod>2023-08-14T22:49:00Z</lastmod>
106+
<lastmod>2023-08-15T00:25:00Z</lastmod>
107107
</url>
108108
<url>
109109
<loc>https://irsbugs/github.io/agm/2022-agm-feb/</loc>
110-
<lastmod>2023-08-14T22:50:00Z</lastmod>
110+
<lastmod>2023-08-15T00:26:00Z</lastmod>
111111
</url>
112112
<url>
113113
<loc>https://irsbugs/github.io/agm/2022-agm-jan/</loc>
114-
<lastmod>2023-08-14T22:50:00Z</lastmod>
114+
<lastmod>2023-08-15T00:26:00Z</lastmod>
115115
</url>
116116
<url>
117117
<loc>https://irsbugs/github.io/archive.html</loc>
118-
<lastmod>2023-08-14T22:50:00Z</lastmod>
118+
<lastmod>2023-08-15T00:26:00Z</lastmod>
119119
</url>
120120
<url>
121121
<loc>https://irsbugs/github.io/blog/</loc>
122-
<lastmod>2023-08-14T22:49:00Z</lastmod>
122+
<lastmod>2023-08-15T00:25:00Z</lastmod>
123123
</url>
124124
<url>
125125
<loc>https://irsbugs/github.io/categories/</loc>
126-
<lastmod>2023-08-14T22:49:00Z</lastmod>
126+
<lastmod>2023-08-15T00:25:00Z</lastmod>
127127
</url>
128128
<url>
129129
<loc>https://irsbugs/github.io/charter/certificate-of-incorporation/</loc>
130-
<lastmod>2023-08-14T22:49:00Z</lastmod>
130+
<lastmod>2023-08-15T00:25:00Z</lastmod>
131131
</url>
132132
<url>
133133
<loc>https://irsbugs/github.io/charter/charter/</loc>
134-
<lastmod>2023-08-14T22:49:00Z</lastmod>
134+
<lastmod>2023-08-15T00:25:00Z</lastmod>
135135
</url>
136136
<url>
137137
<loc>https://irsbugs/github.io/charter/charter/index.src.html</loc>
138-
<lastmod>2023-08-14T22:49:00Z</lastmod>
138+
<lastmod>2023-08-15T00:25:00Z</lastmod>
139139
</url>
140140
<url>
141141
<loc>https://irsbugs/github.io/charter/code-of-conduct/</loc>
142-
<lastmod>2023-08-14T22:50:00Z</lastmod>
142+
<lastmod>2023-08-15T00:26:00Z</lastmod>
143143
</url>
144144
<url>
145145
<loc>https://irsbugs/github.io/charter/extract-of-incorporated-society/</loc>
146-
<lastmod>2023-08-14T22:49:00Z</lastmod>
146+
<lastmod>2023-08-15T00:25:00Z</lastmod>
147147
</url>
148148
<url>
149149
<loc>https://irsbugs/github.io/contact/</loc>
150-
<lastmod>2023-08-14T22:49:00Z</lastmod>
150+
<lastmod>2023-08-15T00:25:00Z</lastmod>
151151
</url>
152152
<url>
153153
<loc>https://irsbugs/github.io/galleries/</loc>
154-
<lastmod>2023-08-14T22:49:00Z</lastmod>
154+
<lastmod>2023-08-15T00:25:00Z</lastmod>
155155
</url>
156156
<url>
157157
<loc>https://irsbugs/github.io/history/</loc>
158-
<lastmod>2023-08-14T22:49:00Z</lastmod>
158+
<lastmod>2023-08-15T00:25:00Z</lastmod>
159159
</url>
160160
<url>
161161
<loc>https://irsbugs/github.io/join/</loc>
162-
<lastmod>2023-08-14T22:49:00Z</lastmod>
162+
<lastmod>2023-08-15T00:25:00Z</lastmod>
163163
</url>
164164
<url>
165165
<loc>https://irsbugs/github.io/listings/</loc>
166-
<lastmod>2023-08-14T22:49:00Z</lastmod>
166+
<lastmod>2023-08-15T00:25:00Z</lastmod>
167167
</url>
168168
<url>
169169
<loc>https://irsbugs/github.io/mail/</loc>
170-
<lastmod>2023-08-14T22:49:00Z</lastmod>
170+
<lastmod>2023-08-15T00:25:00Z</lastmod>
171171
</url>
172172
<url>
173173
<loc>https://irsbugs/github.io/meeting/</loc>
174-
<lastmod>2023-08-14T22:50:00Z</lastmod>
174+
<lastmod>2023-08-15T00:26:00Z</lastmod>
175175
</url>
176176
<url>
177177
<loc>https://irsbugs/github.io/repository/</loc>
178-
<lastmod>2023-08-14T22:49:00Z</lastmod>
178+
<lastmod>2023-08-15T00:25:00Z</lastmod>
179179
</url>
180180
<url>
181181
<loc>https://irsbugs/github.io/society/</loc>
182-
<lastmod>2023-08-14T22:49:00Z</lastmod>
182+
<lastmod>2023-08-15T00:25:00Z</lastmod>
183183
</url>
184184
</urlset>

sitemapindex.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@
77
http://www.sitemaps.org/schemas/sitemap/0.9/sitemap.xsd">
88
<sitemap>
99
<loc>https://irsbugs/github.io/galleries/rss.xml</loc>
10-
<lastmod>2023-08-14T22:49:00Z</lastmod>
10+
<lastmod>2023-08-15T00:25:00Z</lastmod>
1111
</sitemap>
1212
<sitemap>
1313
<loc>https://irsbugs/github.io/rss.xml</loc>
14-
<lastmod>2023-08-14T22:49:00Z</lastmod>
14+
<lastmod>2023-08-15T00:25:00Z</lastmod>
1515
</sitemap>
1616
<sitemap>
1717
<loc>https://irsbugs/github.io/sitemap.xml</loc>
18-
<lastmod>2023-08-14T22:50:00Z</lastmod>
18+
<lastmod>2023-08-15T00:26:00Z</lastmod>
1919
</sitemap>
2020
</sitemapindex>

0 commit comments

Comments
 (0)