Readme.
This commit is contained in:
parent
85cc0fe827
commit
be8b53eada
|
@ -0,0 +1,3 @@
|
|||
# Cheatsheets
|
||||
|
||||
This is my personal collection of cheatsheets I've made while learning things.
|
|
@ -0,0 +1,9 @@
|
|||
desc "Build"
|
||||
task :build do
|
||||
system "proton build"
|
||||
end
|
||||
|
||||
desc "Deploy"
|
||||
task :deploy => :build do
|
||||
system "git update-ghpages rstacruz/cheatsheets -i _output"
|
||||
end
|
|
@ -3,7 +3,7 @@
|
|||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<title></title>
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
<link href="style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body>
|
||||
<h1><%= page.meta.title || File.basename(page.file, '.*').capitalize %></h1>
|
||||
|
|
Loading…
Reference in New Issue