Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Jared Pereira
patterns
Commits
ff8d0544
Commit
ff8d0544
authored
Mar 09, 2020
by
Jared Pereira
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
init
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
69 additions
and
0 deletions
+69
-0
blogchains.html
blogchains.html
+16
-0
index.html
index.html
+47
-0
styles.css
styles.css
+6
-0
No files found.
blogchains.html
0 → 100644
View file @
ff8d0544
<link
href=
"/styles.css"
rel=
"stylesheet"
>
<a
href=
"/"
>
patterns.blog
</a>
<h1>
Blogchains
</h1>
<p>
Blogchains are ordered lists of blog posts. They could all be posts on the
same blog, or, posts on multiple websites from multiple authors
</p>
<p>
Generally, each post in the blog chain will begin with a link out to
an
<b>
index post
</b>
and may end with the full list of posts in the chain.
</p>
<p>
See this
<a
href=
"https://www.are.na/tom-critchlow/blogchains"
>
are.na
channel
</a>
for more examples of blogchains
</p>
<a
href=
"https://gitlab.com/jaredpereira/patterns/-/edit/master/blogchains.html"
>
edit
this page
</a>
index.html
0 → 100644
View file @
ff8d0544
<link
href=
"/styles.css"
rel=
"stylesheet"
>
<a
href=
"/"
>
patterns.blog
</a>
<p>
This is a site to collect, from around the internet,
<i>
patterns
</i>
for blogs
</p>
<p>
Patterns can be big or small, simple or complex.
</p>
<p>
You can use these patterns whether your site is running on wordpress, built
with jekyll, or html files in a folder (like this very site)
</p>
<h2>
Patterns
</h2>
<ul>
<li><a
href=
'/blogchains.html'
>
blogchains
</a></li>
</ul>
<h2>
Requests for Patterns
</h2>
<ul>
<li>
Sidenotes
</li>
<li>
Annotations
</li>
</ul>
<h2>
Contributing
</h2>
<ul>
<li>
Make a Pull Request to
this
<a
href=
"https://gitlab.com/jaredpereira/patterns"
>
gitlab repository
</a></li>
<li>
Alternatively you can use the gitlab
editor
<a
href=
"https://gitlab.com/jaredpereira/hyperlink-academy/-/new/master/pages"
>
to create a new page
</a>
modify an existing one.
</li>
</ul>
<h3>
New page checklist
</h3>
<ol>
<li>
link the stylesheet at the top of the page with
<code>
<
link
href=
"
/styles.css
"
rel=
"
stylesheet
">
</code></li>
<li>
Add a link back to the homepage with
<code>
<
a href=
"
/
">
patterns.blog
<
/a
>
</code></li>
<li>
Title the page with the name of the pattern
</li>
<li>
Add a link to the bottom to edit the page in github. In the form of
<code>
<
a href=
"
https://gitlab.com/jaredpereira/patterns/-/edit/master/THIS_PAGE
">
edit this page
<
/a
>
</code></li>
</ol>
<hr/>
styles.css
0 → 100644
View file @
ff8d0544
body
{
max-width
:
800px
;
margin
:
auto
;
padding
:
32px
;
font-size
:
18px
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment