-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f0f1c36
commit ed5d24b
Showing
13 changed files
with
105 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
_site | ||
|
||
LOG | ||
|
||
_LOG |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Content of this file doesn't matter |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
|
||
JEKYLL=jekyll --server --auto &> _LOG & | ||
|
||
restart: | ||
killall ruby; \ | ||
sleep 1; \ | ||
$(JEKYLL) | ||
|
||
start: | ||
$(JEKYLL) | ||
stop: | ||
killall ruby |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
|
||
Site generated with Jekyll. | ||
|
||
Briefly, Jekyll is run both locally on the server, and transforms all contents in this folder, | ||
except file starting with '_' and places it in _site. Note that _site is not pushed, the sources | ||
are. | ||
|
||
To test locally, do | ||
|
||
make start |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
safe: true | ||
exclude: Makefile | ||
lsi: true | ||
pygments: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<title>Open HackSpace Stockholm</title> | ||
|
||
<link rel="stylesheet" href="/css/styles.css"> | ||
<link rel="stylesheet" href="/css/pygment_trac.css"> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
|
||
<header> | ||
<h1>Open HackSpace Stockholm</h1> | ||
</header> | ||
|
||
<section> | ||
{{ content }} | ||
</section> | ||
|
||
<footer> | ||
</footer> | ||
</div> | ||
<script src="/js/scale.fix.js"></script> | ||
|
||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
--- | ||
layout: post | ||
title: Blogging Like a Hacker | ||
--- | ||
|
||
|
||
## Open HackSpace 30 jan | ||
|
||
Hej vänner, | ||
|
||
Nästa Open HackSpace blir Ons 30 jan kl 19:00 på KMH, run A389. | ||
|
||
### Program: | ||
|
||
* Hans presenterar Faust. | ||
|
||
> Faust är ett funktionellt språk för signalprocessering som kan användas för att bygga filter eller andra effekter. | ||
> Det genererar effektiv C++-kod för många arkitekturer inklusive AU, VST, LADSPA, LV2, SuperCollider, | ||
> MaxMSP, PureData med flera. | ||
> | ||
> För mer info se <http://faust.grame.fr>. Ladda gärna ner programmet i förväg. | ||
|
||
* Öppen tid | ||
|
||
|
||
Mvh | ||
Hans och David |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,28 @@ | ||
<!doctype html> | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<meta charset="utf-8"> | ||
<meta http-equiv="X-UA-Compatible" content="chrome=1"> | ||
<title>Open HackSpace Stockholm by openhackspace</title> | ||
|
||
<link rel="stylesheet" href="stylesheets/styles.css"> | ||
<link rel="stylesheet" href="stylesheets/pygment_trac.css"> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no"> | ||
<!--[if lt IE 9]> | ||
<script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script> | ||
<![endif]--> | ||
<title>Open HackSpace Stockholm</title> | ||
<link rel="stylesheet" href="css/styles.css"> | ||
</head> | ||
<body> | ||
<div class="wrapper"> | ||
|
||
<header> | ||
<h1>Open HackSpace Stockholm</h1> | ||
<p></p> | ||
|
||
|
||
<p class="view"><a href="https://github.com/openhackspace">View My GitHub Profile</a></p> | ||
|
||
<p>Write something here?<p> | ||
<!-- <p class="view"><a href="https://github.com/openhackspace">View My GitHub Profile</a></p> --> | ||
</header> | ||
<section> | ||
<h2>Open HackSpace Stockholm</h2> | ||
|
||
<p>Test site.</p> | ||
<p>Test site.</p> | ||
<p><a href="2013/01/22/foo.html">Our first post!</a></p> | ||
</section> | ||
<footer> | ||
<p><small>Hosted on GitHub Pages — Theme by <a href="https://github.com/orderedlist">orderedlist</a></small></p> | ||
</footer> | ||
</div> | ||
<script src="javascripts/scale.fix.js"></script> | ||
<script src="js/scale.fix.js"></script> | ||
|
||
</body> | ||
</html> |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,6 @@ | ||
{"body":"## Open HackSpace Stockholm\r\n\r\nTest site.","google":"","note":"Don't delete this file! It's used internally to help with page regeneration.","name":"Open HackSpace Stockholm","tagline":""} | ||
{ body: '## Open HackSpace Stockholm\r\n\r\nTest site.', | ||
google: '', | ||
note: 'Don\'t delete this file! It\'s used internally to help with page regeneration.', | ||
name: 'Open HackSpace Stockholm', | ||
tagline: '' | ||
} |