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
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,28 +41,29 @@ The overall site is designed to be a simple CMS to make it easy for us to add ne
41
41
42
42
The site has 4 main pages, each with a custom layout:
43
43
- home (default.html)
44
-
- productions (prods.html)
45
44
- archive (archive.html)
46
45
- info (info.html)
46
+
- support (support.html)
47
+
- art (art.html)
47
48
48
49
49
-
The site currently supports two types of post:
50
-
- production (prod)
51
-
- competition (compo)
50
+
The site currently supports 6 types of post:
51
+
-**Productions** (`prods` category, `_posts/prods`) - pieces of work created by the Bitshifters collective
52
+
-**Competitions** (`compo` category, `_posts/compos`) - competitions we've entered productions into
53
+
-**Archives** (`compos` category, `_posts/archives`) - pieces of work created by anyone else. They are treated by the site as productions also, but just categorised differently
54
+
-**Team** (`team` category, `_posts/team`) - one post per team member that wants to be listed in the `.NFO` page
55
+
-**Support** (`support` category, `_posts/support`) - one post per support topic that will be listed in the `support.html` page
56
+
52
57
53
58
Some files (templates, layouts, includes etc.) are mostly HTML, with embedded Liquid templating commands that are compiled by Jekyll.
54
59
55
60
Some files (pages, posts, data) are YAML style configuration files, with embedded variables and markdown formatted content.
56
61
57
62
58
-
**Productions** are pieces of work created by the Bitshifters collective (category 'prods')
59
-
60
-
**Archives** are pieces of work created by anyone else. They are treated by the site as productions also, but just categorised differently (category 'archives')
61
-
62
-
**Competitions** are posts releated to a specific challenge we'll be setting every so often, so kinda like a blog post. (category 'compos')
63
-
64
63
## How to use
65
64
65
+
**THE FOLLOWING IS OUT OF DATE, BEWARE!**
66
+
66
67
### Productions (eg. new demos created by BitShifters)
67
68
To add a new production:
68
69
- Place a image and a disk image file (SSD or DSD) in `/content/`
Copy file name to clipboardExpand all lines: _includes/about.html
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@
12
12
<divclass="row">
13
13
<divclass="col-lg-4 col-lg-offset-2">
14
14
<h3>What</h3>
15
-
<p>Bitshifters is a collective of like-minded creatives & developers with a shared love of the BBC Microcomputer and 8-bit retro computing in general.We aim to share & celebrate this love through the production of demos, games and software freely available for all to enjoy. We aim to foster the growing community of BBC Micro enthusiasts and encourage more people to join our cause.</p>
15
+
<p>Bitshifters is a collective of like-minded creatives & developers with a shared love of the BBC Microcomputer and 8-bit retro computing in general.</p><p>We aim to share & celebrate this love through the production of demos, games and software freely available for all to enjoy, and foster the growing community of BBC Micro enthusiasts, plus hopefully encourage more people to join our collective!</p>
16
16
</div>
17
17
<divclass="col-lg-4">
18
18
<h3>How</h3>
19
-
<p>We organise releases every six months centred around a particular theme. We issue guidelines for each release and provide as much framework and support as we can. All will be welcome to submit contributions to the release and will be considered part of the collective at that point. The only condition of submission is that all code be made open and freely available for reuse.</p>
19
+
<p>We typically produce a couple of releases per year, usually centred around a particular theme, often in collaboration.</p><p>Our releases usually start life as technical, musical or visual ideas/doodles and evolve from there.</p><p>New contributors are very welcome to join us, just drop any of us a line on the contact channels below.</p>
0 commit comments