Skip to content

Commit ab31c57

Browse files
committed
feat: add redeyed theme as submodule
1 parent e7adee1 commit ab31c57

6 files changed

Lines changed: 45 additions & 8 deletions

File tree

.editorconfig

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
root = true
55

66
[*]
7-
end_of_line = lf
87
charset = utf-8
9-
trim_trailing_whitespace = true
10-
insert_final_newline = true
8+
# 4 space indentation
119
indent_style = space
1210
indent_size = 4
11+
trim_trailing_whitespace = true
12+
# Unix-style newlines with a newline ending every file
13+
end_of_line = lf
14+
insert_final_newline = true

.github/FUNDING.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
github: Ragdata

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "themes/redeyed"]
2+
path = themes/redeyed
3+
url = git@github.com:ragdata/wt-redeyed-theme

LICENSE

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
MIT License
22

3+
Copyright (c) 2022 Darren Poulton (Ragdata) ~ All Rights Reserved
4+
35
Copyright (c) 2013-2021.03.01 October CMS
46
Copyright (c) 2021 Winter CMS
57

readme.md

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,11 +5,39 @@ Ragdata's Dev Site
55

66
https://ragdata.dev
77

8-
</h2>
9-
10-
11-
[![DeepScan grade](https://deepscan.io/api/teams/19727/projects/23177/branches/694973/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=19727&pid=23177&bid=694973)
8+
[![DeepScan grade](https://deepscan.io/api/teams/19727/projects/23260/branches/700748/badge/grade.svg)](https://deepscan.io/dashboard#view=project&tid=19727&pid=23260&bid=700748)
129
&nbsp;
13-
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/92646acb981a4279999d5f0eacc68692)](https://www.codacy.com/gh/Ragdata/Ragdata.github.io/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Ragdata/Ragdata.github.io&amp;utm_campaign=Badge_Grade)
10+
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/a3553a61b14a47bd97b63e23a5474207)](https://www.codacy.com/gh/Ragdata/ragdata.dev/dashboard?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=Ragdata/ragdata.dev&amp;utm_campaign=Badge_Grade)
1411
&nbsp;
1512
[![wakatime](https://wakatime.com/badge/github/Ragdata/Ragdata.github.io.svg)](https://wakatime.com/badge/github/Ragdata/Ragdata.github.io)
13+
14+
</h2>
15+
16+
# Building Websites with [Laravel][laravel] & [WinterCMS][wintercms]
17+
18+
I've decided to leave this repository open to the public in order to show some love to the team behind `WinterCMS`, and to serve as an example of how you can build your own website using this **FANTASTIC** PHP CMS / Site Generator. If you haven't encountered [WinterCMS][wintercms] yet, I can highly recommend it!
19+
20+
21+
### WinterCMS Resources
22+
23+
- [Official Website][wintercms]
24+
- [Documentation][winterdocs]
25+
- [GitHub Repository][wintergit]
26+
- [Awesome WinterCMS][awesome-wintercms]
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
[awesome-wintercms]: https://github.com/wintercms/awesome-wintercms
39+
[laravel]: https://laravel.com/
40+
[wintercms]: https://wintercms.com/
41+
[winterdocs]: https://wintercms.com/docs
42+
[wintergit]: https://github.com/wintercms/winter
43+

themes/redeyed

Submodule redeyed added at e06b6bd

0 commit comments

Comments
 (0)