Skip to content

Commit e70bf51

Browse files
committed
feat: implement light mode theme for osv.dev web frontend
1 parent 02dd3b3 commit e70bf51

13 files changed

Lines changed: 524 additions & 78 deletions

File tree

gcp/website/blog/hugo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ baseURL = 'http://osv.dev/blog/'
22
languageCode = 'en-us'
33
title = 'OSV Blog'
44
[markup]
5-
[markup.highlight]
6-
style = 'native'
7-
tabWidth = 2
5+
[markup.highlight]
6+
noClasses = false
7+
tabWidth = 2

gcp/website/blog/layouts/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="author">Posted by {{ .Params.author }} on {{ .PublishDate.Format "Jan 2, 2006" }}</div>
66
<div class="summary">
77
{{ .Summary }}
8-
<p><a href="{{ .Permalink | relURL }}">Read more...</a></p>
8+
<p><a class="read-more" href="{{ .Permalink | relURL }}">Read more...</a></p>
99
</div>
1010
</div>
1111
{{ end }}
2.22 KB
Loading
1023 Bytes
Loading
11.1 KB
Loading

gcp/website/frontend3/img/logo.png

1.12 KB
Loading
-1.87 KB
Binary file not shown.
10.2 KB
Loading
28.1 KB
Loading
23.6 KB
Loading

0 commit comments

Comments
 (0)