Update dependencies, clean up about page
This commit is contained in:
parent
b53cd23708
commit
453e0eb77f
4 changed files with 21404 additions and 2279 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -47,6 +47,7 @@ node_modules
|
|||
.env.development.local
|
||||
.env.test.local
|
||||
.env.production.local
|
||||
.env
|
||||
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
|
|
23671
package-lock.json
generated
23671
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -5,7 +5,7 @@ class Footer extends Component {
|
|||
return (
|
||||
<div className="ui section divider">
|
||||
<div className="ui horizontal inverted small">
|
||||
<p><i>© 2019 SudoScientist</i></p>
|
||||
<p><i>© sudoscientist</i></p>
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
|
|
@ -7,16 +7,13 @@ The backend for this blog is written in golang and the source can be [found here
|
|||
The frontend for this blog is written using react-redux and can be [found here](https://git.minhas.io/Asara/sudoscientist-js-frontend).
|
||||
|
||||
|
||||
## Connect with me
|
||||
|
||||
### Communication
|
||||
### Connect with me
|
||||
Matrix: `@Asara:devvul.com`
|
||||
|
||||
Fediverse: https://social.devvul.com/Asara
|
||||
|
||||
Email: `amarpreet@minhas.io`
|
||||
|
||||
IRC: `Asara` on OFTC/Libra
|
||||
|
||||
### Lightning Network
|
||||
Pubkey: `0214b1f6b48998b9eb19d8a756af39a027202cecfe608450109465bbccf3bb74ed`
|
||||
|
||||
Node: `redwingxusk66wrrm4yyqyuyndvum4jsnloroxqmie6wv4wefadqgsqd.onion:9735`
|
||||
|
|
Reference in a new issue