✨ feat(links): customize links
This commit is contained in:
parent
e796f85461
commit
6ff1b18d09
2 changed files with 73 additions and 9 deletions
18
index.html
18
index.html
|
@ -1,4 +1,4 @@
|
|||
<!DOCTYPE html>
|
||||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<title>Home</title>
|
||||
|
@ -9,7 +9,7 @@
|
|||
<body>
|
||||
<div class="everything">
|
||||
<div id="time" class="time"></div>
|
||||
<form action="https://gowogle.voring.me/search" method="GET">
|
||||
<form action="https://kagi.com/search" method="GET">
|
||||
<input
|
||||
autofocus
|
||||
name="q"
|
||||
|
@ -22,18 +22,18 @@
|
|||
<div class="box">
|
||||
<div class="link">
|
||||
<ul>
|
||||
<li><a href="https://stop.voring.me">misskey</a></li>
|
||||
<li><a href="https://pixelfed.social/i/web">pixelfed</a></li>
|
||||
<li><a href="https://github.com">github</a></li>
|
||||
<li><a href="https://reddit.com">reddit</a></li>
|
||||
<li><a href="https://mail.proton.me">mail</a></li>
|
||||
<li><a href="https://read.readwise.io">reader</a></li>
|
||||
<li><a href="https://wiki.archlinux.org">arch wiki</a></li>
|
||||
<li><a href="https://kagi.com">kagi</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<div class="link">
|
||||
<ul>
|
||||
<li><a href="https://youtube.com">youtube</a></li>
|
||||
<li><a href="https://soundcloud.com/">soundcloud</a></li>
|
||||
<li><a href="https://zoro.to">zoro</a></li>
|
||||
<li><a href="https://tilvids.com">peertube</a></li>
|
||||
<li><a href="https://elk.zone">mastodon</a></li>
|
||||
<li><a href="https://reddit.com">reddit</a></li>
|
||||
<li><a href="https://github.com">github</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- Feel free to add more divs here -->
|
||||
|
|
64
tags
Normal file
64
tags
Normal file
|
@ -0,0 +1,64 @@
|
|||
!_TAG_EXTRA_DESCRIPTION anonymous /Include tags for non-named objects like lambda/
|
||||
!_TAG_EXTRA_DESCRIPTION fileScope /Include tags of file scope/
|
||||
!_TAG_EXTRA_DESCRIPTION pseudo /Include pseudo tags/
|
||||
!_TAG_EXTRA_DESCRIPTION subparser /Include tags generated by subparsers/
|
||||
!_TAG_FIELD_DESCRIPTION epoch /the last modified time of the input file (only for F\/file kind tag)/
|
||||
!_TAG_FIELD_DESCRIPTION file /File-restricted scoping/
|
||||
!_TAG_FIELD_DESCRIPTION input /input file/
|
||||
!_TAG_FIELD_DESCRIPTION name /tag name/
|
||||
!_TAG_FIELD_DESCRIPTION pattern /pattern/
|
||||
!_TAG_FIELD_DESCRIPTION typeref /Type and name of a variable or typedef/
|
||||
!_TAG_FILE_FORMAT 2 /extended format; --format=1 will not append ;" to lines/
|
||||
!_TAG_FILE_SORTED 1 /0=unsorted, 1=sorted, 2=foldcase/
|
||||
!_TAG_KIND_DESCRIPTION!CSS c,class /classes/
|
||||
!_TAG_KIND_DESCRIPTION!CSS i,id /identities/
|
||||
!_TAG_KIND_DESCRIPTION!CSS s,selector /selectors/
|
||||
!_TAG_KIND_DESCRIPTION!HTML C,stylesheet /stylesheets/
|
||||
!_TAG_KIND_DESCRIPTION!HTML I,id /identifiers/
|
||||
!_TAG_KIND_DESCRIPTION!HTML J,script /scripts/
|
||||
!_TAG_KIND_DESCRIPTION!HTML a,anchor /named anchors/
|
||||
!_TAG_KIND_DESCRIPTION!HTML c,class /classes/
|
||||
!_TAG_KIND_DESCRIPTION!HTML h,heading1 /H1 headings/
|
||||
!_TAG_KIND_DESCRIPTION!HTML i,heading2 /H2 headings/
|
||||
!_TAG_KIND_DESCRIPTION!HTML j,heading3 /H3 headings/
|
||||
!_TAG_KIND_DESCRIPTION!HTML t,title /titles/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown S,subsection /level 2 sections/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown T,l4subsection /level 4 sections/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown c,chapter /chapters/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown h,hashtag /hashtags/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown n,footnote /footnotes/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown s,section /sections/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown t,subsubsection /level 3 sections/
|
||||
!_TAG_KIND_DESCRIPTION!Markdown u,l5subsection /level 5 sections/
|
||||
!_TAG_OUTPUT_EXCMD mixed /number, pattern, mixed, or combineV2/
|
||||
!_TAG_OUTPUT_FILESEP slash /slash or backslash/
|
||||
!_TAG_OUTPUT_MODE u-ctags /u-ctags or e-ctags/
|
||||
!_TAG_OUTPUT_VERSION 0.0 /current.age/
|
||||
!_TAG_PARSER_VERSION!CSS 0.0 /current.age/
|
||||
!_TAG_PARSER_VERSION!HTML 0.0 /current.age/
|
||||
!_TAG_PARSER_VERSION!Markdown 1.1 /current.age/
|
||||
!_TAG_PATTERN_LENGTH_LIMIT 96 /0 for no limit/
|
||||
!_TAG_PROC_CWD /home/marley/hackin/startpage/ //
|
||||
!_TAG_PROGRAM_AUTHOR Universal Ctags Team //
|
||||
!_TAG_PROGRAM_NAME Universal Ctags /Derived from Exuberant Ctags/
|
||||
!_TAG_PROGRAM_URL https://ctags.io/ /official site/
|
||||
!_TAG_PROGRAM_VERSION 6.1.0 /v6.1.0/
|
||||
!_TAG_ROLE_DESCRIPTION!HTML!class attribute /assigned as attributes/
|
||||
!_TAG_ROLE_DESCRIPTION!HTML!script extFile /referenced as external files/
|
||||
!_TAG_ROLE_DESCRIPTION!HTML!stylesheet extFile /referenced as external files/
|
||||
.box style.css /^.box {$/;" c
|
||||
.everything style.css /^.everything {$/;" c
|
||||
.link style.css /^.link {$/;" c
|
||||
.time style.css /^.time {$/;" c
|
||||
:root style.css /^:root {$/;" s
|
||||
Gallery readme.md /^## Gallery$/;" s
|
||||
Home index.html /^ <title>Home<\/title>$/;" j
|
||||
Thanks to readme.md /^## Thanks to $/;" s
|
||||
Usage readme.md /^## Usage$/;" s
|
||||
a style.css /^a {$/;" s
|
||||
a:hover style.css /^a:hover {$/;" s
|
||||
body style.css /^body {$/;" s
|
||||
input style.css /^input {$/;" s
|
||||
search-bar-input index.html /^ id="search-bar-input"$/;" I
|
||||
time index.html /^ <div id="time" class="time"><\/div>$/;" I
|
||||
ul style.css /^ul {$/;" s
|
Loading…
Reference in a new issue