Added development section to site.
This commit is contained in:
parent
188894bc88
commit
062624c861
5 changed files with 28 additions and 14 deletions
2
Makefile
2
Makefile
|
|
@ -2,7 +2,7 @@ all:
|
|||
make release
|
||||
|
||||
build:
|
||||
git log -n10 --pretty='format:<li>%ad - <a href="https://git.xw3.org/xw3/xw3.org/commit/%H">%h</a> - %s</li>' > gitlog.html
|
||||
git log -n16 --pretty='format:<li>%ad - <a href="https://git.xw3.org/xw3/xw3.org/commit/%H">%h</a> - %s</li>' > gitlog.html
|
||||
jekyll b --incremental
|
||||
|
||||
clean:
|
||||
|
|
|
|||
|
|
@ -11,8 +11,8 @@
|
|||
<li><a class="page-link" href="/bin/" style="text-decoration: none;">/bin/</a></li>
|
||||
<li><a class="page-link" href="/blog/" style="text-decoration: none;">/blog/</a></li>
|
||||
<li><a class="page-link" href="/contact/" style="text-decoration: none;">/contact/</a></li>
|
||||
<!--<li><a class="page-link" href="/development/" style="text-decoration: none;">/development/</a></li>
|
||||
<li><a class="page-link" href="/documentation/" style="text-decoration: none;">/documentation/</a></li>
|
||||
<li><a class="page-link" href="/development/" style="text-decoration: none;">/development/</a></li>
|
||||
<!--<li><a class="page-link" href="/documentation/" style="text-decoration: none;">/documentation/</a></li>
|
||||
<li><a class="page-link" href="/examples/" style="text-decoration: none;">/examples/</a></li>-->
|
||||
</ul>
|
||||
</div>
|
||||
|
|
|
|||
21
development/development.html
Normal file
21
development/development.html
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: true
|
||||
title: /development/
|
||||
subtitle:
|
||||
permalink: /development/
|
||||
---
|
||||
|
||||
<h2>Git log</h2>
|
||||
|
||||
<ul id="gitlog" name="gitlog" style="font-family: CourierPrimeSans;">NULL</ul>
|
||||
|
||||
<script>
|
||||
$(document).ready(function(){
|
||||
$("#gitlog").load("/cgi/gitlog/");
|
||||
});
|
||||
</script>
|
||||
|
||||
<p style="text-align:right;"><a href="https://git.xw3.org/xw3/xw3.org/commits/branch/main">[View full git log]</a></p>
|
||||
|
||||
|
|
@ -1,9 +0,0 @@
|
|||
---
|
||||
layout: page
|
||||
published: true
|
||||
noToc: false
|
||||
title: /development/
|
||||
subtitle:
|
||||
permalink: /development/
|
||||
---
|
||||
|
||||
|
|
@ -56,7 +56,9 @@ description: The xw3 CGI research project
|
|||
|
||||
<p style="text-align:right;"><a href="/blog/">[View all blog posts]</a></p>
|
||||
|
||||
<h2>Git log</h2>
|
||||
<h2>Development</h2>
|
||||
|
||||
<h3>Git log</h3>
|
||||
|
||||
<ul id="gitlog" name="gitlog" style="font-family: CourierPrimeSans;">NULL</ul>
|
||||
|
||||
|
|
@ -66,7 +68,7 @@ $(document).ready(function(){
|
|||
});
|
||||
</script>
|
||||
|
||||
<p style="text-align:right;"><a href="https://git.xw3.org/xw3/xw3.org/commits/branch/main">[View full git log]</a></p>
|
||||
<p style="text-align:right;"><a href="/development/">[View development page]</a></p>
|
||||
|
||||
<h2>Links</h2>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue