File tree 5 files changed +16
-17
lines changed
5 files changed +16
-17
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v2
12
12
- name : Build emanote site 🔧
13
13
run : |
14
- mkdir -p output
15
- docker run -v $PWD:/data sridca/emanote emanote --layers /data gen /data/output
14
+ mkdir -p output.docker
15
+ docker run -v $PWD:/data sridca/emanote emanote --layers /data gen /data/output.docker
16
+ cp -r output.docker output # Ditch docker created root-owned files
17
+ bash output/_emanote-bin/compile-css
16
18
- name : Deploy to gh-pages 🚀
17
19
uses : peaceiris/actions-gh-pages@v3
18
20
with :
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 1
1
<h1
2
- class =" flex items-end justify-center mb-4 p-3 bg-${ theme} -100 text-5xl font-extrabold text-black rounded" >
2
+ class =" flex items-end justify-center mb-4 p-3 bg-${ theme} -400 text-5xl font-extrabold text-black rounded" >
3
3
<a class =" z-40 tracking-tighter " >
4
4
<ema:note:title />
5
5
</a >
6
- </h1 >
6
+ </h1 >
Original file line number Diff line number Diff line change 62
62
<else />
63
63
<node:terminal >
64
64
<else />
65
- <span class =" text-gray-300 " title =" ${ tree:childrenCount} children inside" >
65
+ <span class =" text-red-500 " title =" ${ tree:childrenCount} children inside" >
66
66
<tree:childrenCount />
67
67
</span >
68
68
</node:terminal >
77
77
<apply template =" sidebar-tree" />
78
78
</children >
79
79
</tree:open >
80
- </div >
80
+ </div >
Original file line number Diff line number Diff line change 4
4
5
5
<apply template =" components/breadcrumbs" />
6
6
7
- <div class =" flex flex-nowrap bg-gray-50 md:mt-8 md:shadow-2xl md:mb-8" >
7
+ <div class =" flex flex-nowrap bg-gray-50 md:mt-8 md:shadow-2xl md:mb-8 bg- { theme } -300 " >
8
8
<!-- Sidebar column -->
9
9
<nav id =" sidebar"
10
- class =" flex-shrink hidden leading-relaxed md:block md:sticky md:top-0 md:h-full md:w-48 xl:w-64" >
11
- <div class =" px-2 py-2 text-gray-800 " >
10
+ class =" flex-shrink hidden leading-relaxed md:block md:sticky md:top-0 md:h-full md:w-48 xl:w-64 " >
11
+ <div class =" px-2 py-2 text-black text-bold " >
12
12
13
13
<div id =" indexing-links" class =" flex flex-row float-right p-2 space-x-2 text-gray-500" >
14
14
<a href =" ${ ema:tagIndexUrl} " title =" View tags" >
36
36
<with var =" template" >
37
37
<!-- The style width attribute here is to prevent huge
38
38
icon from displaying at those rare occasions when Tailwind
39
- hasn't kicked in immediately on page load
39
+ hasn't kicked in immediately on page load
40
40
-->
41
- <img style =" width : 1 rem ;"
41
+ <img style =" width : 90 rem ;"
42
42
class =" transition transform hover:scale-110 hover:opacity-80"
43
43
src =" ${ value:iconUrl} " />
44
44
</with >
45
45
</ema:metadata >
46
46
</a >
47
- <a class =" font-bold truncate" title =" Go to Home" href =" " >
48
- Home
49
- </a >
50
47
</div >
51
48
</div >
52
49
70
67
<apply template =" components/footer" />
71
68
</div >
72
69
</bind >
73
- </apply >
70
+ </apply >
You can’t perform that action at this time.
0 commit comments