Giter VIP home page Giter VIP logo

create-portfolio's People

Contributors

amedora avatar dependabot-preview[bot] avatar egoist avatar lubien avatar sinchang avatar spytec avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

create-portfolio's Issues

Dependabot can't resolve your JavaScript dependency files

Dependabot can't resolve your JavaScript dependency files.

As a result, Dependabot couldn't update your dependencies.

The error Dependabot encountered was:

Error whilst updating update-notifier in /packages/create-portfolio/yarn.lock:
Couldn't find package "@lerna/[email protected]" required by "@lerna/[email protected]" on the "npm" registry.

If you think the above is an error on Dependabot's side please don't hesitate to get in touch - we'll do whatever we can to fix it.

View the update logs.

Add missing stylings for page content

Issuehunt badges

Right now styling blends in with the text (only tried dark mode). This makes links had to see and could be improved


IssueHunt Summary

[
<
i
m
g

s
r
c

'
h
t
t
p
s
:
/
/
a
v
a
t
a
r
s
2
.
g
i
t
h
u
b
u
s
e
r
c
o
n
t
e
n
t
.
c
o
m
/
u
/
8
7
8
4
7
1
2
?
v

4
'

a
l
t

'
e
g
o
i
s
t
'

w
i
d
t
h

2
4

h
e
i
g
h
t

2
4

e
g
o
i
s
t
]
(
h
t
t
p
s
:
/
/
i
s
s
u
e
h
u
n
t
.
i
o
/
u
/
e
g
o
i
s
t
)

h
a
s

b
e
e
n

r
e
w
a
r
d
e
d
.

Backers (Total: $100.00)

Submitted pull Requests


Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

Contact form support

Add support for Netlify forms / Formik.com / FormSimple.io support

Sample usage:

module.exports = {
  themeConfig: {
    contactForm: {
      type: 'netlify' // or formik / formsimple etc,
      formId: 'xxx'
    }
  }
}

Then it should create a contact page (/contact) that includes the contact form.

Can't make saber-plugin-image to work

I added the yarn package, and added the plugin to the config file, what am I missing?
The picture stays blurry.
I've tried the plugin with a fresh saber project (not using the template) and it's working like it should.

Problem during 'dev run build'

Using the quick start guide, had this error when running npm run build:

[error] RangeError: Invalid time value
    at Date.toISOString (<anonymous>)
    at C:\Projects\create-portfolio\test-site\node_modules\feed\lib\atom1.js:57:32
    at Array.map (<anonymous>)
    at Object.default (C:\Projects\create-portfolio\test-site\node_modules\feed\lib\atom1.js:52:15)
    at Feed.atom1 (C:\Projects\create-portfolio\test-site\node_modules\feed\lib\feed.js:17:58)
    at generateFeed (C:\Projects\create-portfolio\test-site\node_modules\saber-plugin-feed\lib\index.js:124:67)
    at async Promise.all (index 0)
    at async C:\Projects\create-portfolio\test-site\node_modules\saber-plugin-feed\lib\index.js:43:5

No issues with npm run dev.

$ npm -v
6.13.1
$ node -v
v13.2.0

Full output:

$ npm run build

> my-site@ build C:\Projects\create-portfolio\my-site
> saber build

[info] Using config file: saber-config.js
[info] Using theme: portfolio
[info] Fetching GitHub data for brendan-holmes..
[info] Using 2 plugins from config file
[success] Compiled server successfully in 5.5s!
[success] Compiled client successfully in 8.4s!
[info] Generating posts\my-first-post\index.html
[info] Generating about\index.html
[info] Generating index.html
[info] Generating posts\index.html
[info] Generating tags\life\index.html
[info] Generating 404.html
[error] RangeError: Invalid time value
    at Date.toISOString (<anonymous>)
    at C:\Projects\create-portfolio\my-site\node_modules\feed\lib\atom1.js:57:32
    at Array.map (<anonymous>)
    at Object.default (C:\Projects\create-portfolio\my-site\node_modules\feed\lib\atom1.js:52
    at Feed.atom1 (C:\Projects\create-portfolio\my-site\node_modules\feed\lib\feed.js:17:58)
    at generateFeed (C:\Projects\create-portfolio\my-site\node_modules\saber-plugin-feed\lib\
    at async Promise.all (index 0)
    at async C:\Projects\create-portfolio\my-site\node_modules\saber-plugin-feed\lib\index.js
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-site@ build: `saber build`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the my-site@ build script.

Show post cover image on home/post/posts page

Issuehunt badges

Use the assets.cover attribute.


IssueHunt Summary

spytec spytec has been rewarded.

Backers (Total: $100.00)

Submitted pull Requests


Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

npm run build failed

After running the build, I am getting this error below.

[info] Fetching GitHub data for githubProfileName..
[error] Error: Request failed with status code 404
at createError (/opt/build/repo/node_modules/axios/lib/core/createError.js:16:15)
at settle (/opt/build/repo/node_modules/axios/lib/core/settle.js:17:12)
at IncomingMessage.handleStreamEnd (/opt/build/repo/node_modules/axios/lib/adapters/http.js:236:11)
at IncomingMessage.emit (node:events:532:35)
at endReadableNT (node:internal/streams/readable:1346:12)
at processTicksAndRejections (node:internal/process/task_queues:83:21)

How to add skills logo?

I have in saber config:
{ topic: 'nodejs', description: `I love Node.js and I am pretty trash at it.` }, { topic: 'skateboard', description: 'I like skateboarding. Skate or die!!!!!!!! hehe. I choose life.' }
how do i add logo of skateboard?

Add saber-plugin-feed

Issuehunt badges

  • Add saber-plugin-feed to the template
  • Add relevant link tag for the feed in saber-theme-portfolio

IssueHunt Summary

[
<
i
m
g

s
r
c

'
h
t
t
p
s
:
/
/
a
v
a
t
a
r
s
2
.
g
i
t
h
u
b
u
s
e
r
c
o
n
t
e
n
t
.
c
o
m
/
u
/
8
7
8
4
7
1
2
?
v

4
'

a
l
t

'
e
g
o
i
s
t
'

w
i
d
t
h

2
4

h
e
i
g
h
t

2
4

e
g
o
i
s
t
]
(
h
t
t
p
s
:
/
/
i
s
s
u
e
h
u
n
t
.
i
o
/
u
/
e
g
o
i
s
t
)

h
a
s

b
e
e
n

r
e
w
a
r
d
e
d
.

Backers (Total: $100.00)

Submitted pull Requests


Tips


IssueHunt has been backed by the following sponsors. Become a sponsor

Change port?

How can I change the port to 80 instead of 5000?

Error: siteConfig.url is required for saber-plugin-feed

Hi there,
I'm following the Quick start guide and I ran into some problem when building the site with yarn saber ; I have the full error message down below.
My apology that I have little understanding about node/npm/yarn; it would be great if any guidance can be provided, or feel free to direct me to other places that are more appropriate. Thanks.

node -v: v12.7.0
npm -v: 6.10.0
error Error: siteConfig.url is required for saber-plugin-feed
    at Object.exports.apply (C:\Users\styang\Desktop\my-site\node_modules\saber-plugin-feed\lib\index.js:22:11)
    at Saber.applyPlugin (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:204:12)
    at Saber.prepare (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:171:12)
    at processTicksAndRejections (internal/process/task_queues.js:85:5)
    at async Saber.serve (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:342:5)

Full message

C:\Users\styang\Desktop\my-site>npm run dev

> my-site@ dev C:\Users\styang\Desktop\my-site
> saber

info Using config file: saber-config.js
info Using theme: portfolio
info Fetching GitHub data for steveny9911..
info Using 2 plugins from config file
error Error: siteConfig.url is required for saber-plugin-feed
    at Object.exports.apply (C:\Users\styang\Desktop\my-site\node_modules\saber-plugin-feed\lib\index.js:22:11)
    at Saber.applyPlugin (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:204:12)
    at Saber.prepare (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:171:12)
    at processTicksAndRejections (internal/process/task_queues.js:85:5)
    at async Saber.serve (C:\Users\styang\Desktop\my-site\node_modules\saber\lib\index.js:342:5)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! my-site@ dev: `saber`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the my-site@ dev script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     C:\Users\styang\AppData\Roaming\npm-cache\_logs\2019-07-24T17_52_10_343Z-debug.log

Support social media meta tags

Project is missing og tags, which means it won't embed as nicely on Twitter, Facebook, or Discord.

To implement this, would one modify saber-browser.js and use config values from site config?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.