1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-03 23:30:09 +05:30

links updated

This commit is contained in:
avinal
2020-12-01 23:45:55 +05:30
parent 0192d5269d
commit b4c6475661
2 changed files with 7 additions and 6 deletions
+4 -4
View File
@@ -7,8 +7,8 @@
<meta name="description" content="Somewhere out there beneath the pale moon light..."> <meta name="description" content="Somewhere out there beneath the pale moon light...">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Avinal"> <meta name="author" content="Avinal">
<link rel="stylesheet" href="custom/css/particles-404.css" /> <link rel="stylesheet" href="https://avinal.github.io/custom/css/particles-404.css" />
<link rel="stylesheet" href="custom/css/glitch-404.css" /> <link rel="stylesheet" href="https://avinal.github.io/custom/css/glitch-404.css" />
</head> </head>
<body> <body>
@@ -28,8 +28,8 @@
</div> </div>
</div> </div>
</div> </div>
<script src="custom/js/particles.js"></script> <script src="https://avinal.github.io/custom/js/particles.js"></script>
<script src="custom/js/particles-404.js"></script> <script src="https://avinal.github.io/custom/js/particles-404.js"></script>
</body> </body>
</html> </html>
+3 -2
View File
@@ -4,7 +4,7 @@ AUTHOR = 'Avinal'
HIDE_AUTHORS = True HIDE_AUTHORS = True
SITENAME = 'The Interstellar Twilight' SITENAME = 'The Interstellar Twilight'
SITESUBTITLE = 'Avinal Kumar' SITESUBTITLE = 'Avinal Kumar'
SITEURL = 'https://avinal.github.io' SITEURL = 'https://avinal.is-a.dev'
THEME = 'alchemy' THEME = 'alchemy'
PATH = 'content' PATH = 'content'
EMAIL = '185067@nith.ac.in' EMAIL = '185067@nith.ac.in'
@@ -51,7 +51,8 @@ ICONS = [
('github', "https://github.com/avinal"), ('github', "https://github.com/avinal"),
('gitlab', 'https://code.videolan.org/avinal'), ('gitlab', 'https://code.videolan.org/avinal'),
('linkedin', 'https://www.linkedin.com/in/avinal/'), ('linkedin', 'https://www.linkedin.com/in/avinal/'),
('instagram', 'https://www.instagram.com/amaranthine.sole/'), ('instagram', 'https://www.instagram.com/avinal.k/'),
('facebook', "https://www.facebook.com/avinal.kt")
('twitter', 'https://www.twitter.com/avinal_') ('twitter', 'https://www.twitter.com/avinal_')
] ]