Skip to content

Commit

Permalink
First working commit
Browse files Browse the repository at this point in the history
  • Loading branch information
alberto56 committed Dec 14, 2024
1 parent 9c2ca77 commit 6a569f4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
Bare-bones repo for Decap
-----

This repo is meant to be used by following the instructions in <https://github.com/dcycle/netlify-cms-github-oauth-provider>.
10 changes: 10 additions & 0 deletions docs/_layouts/page.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<html>
<head>
<title>{{ title }}</title>
</head>
<body>
<h1>{{ title }}</h1>
{{ content | markdownify}}
</body>
</html>
6 changes: 6 additions & 0 deletions docs/pages/homepage.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
layout: post
title: "Welcome to the bare-bones repo for Decap"
permalink: /
---
Welcome to the bare-bones repo for Decap.

0 comments on commit 6a569f4

Please sign in to comment.